Delete draft debris that was never used

This commit is contained in:
Tau 2021-05-22 12:19:28 -04:00
parent eb2383187a
commit 1627a0c850
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,