Delete draft debris that was never used

This commit is contained in:
Tau 2021-05-22 12:19:28 -04:00
parent 5ee0bb2afb
commit 81f90981b4
1 changed files with 0 additions and 6 deletions

View File

@ -5,12 +5,6 @@
#include "hook/table.h"
struct dll_symbol {
void *ptr;
const char *name;
uint16_t ordinal;
};
HRESULT dll_hook_push(
HMODULE redir_mod,
const wchar_t *name,