diff --git a/include/rcmp/codegen.hpp b/include/rcmp/codegen.hpp index aa9d93c..473bbb7 100644 --- a/include/rcmp/codegen.hpp +++ b/include/rcmp/codegen.hpp @@ -17,17 +17,6 @@ void generic_hook_function(rcmp::address_t original_address, Hook&& hook) { >::template install_hook(original_address, std::forward(hook)); } -// TODO: remove this overload -template