From 0e4dccf696eac44fceea2e10e7f1bd479e5b8301 Mon Sep 17 00:00:00 2001 From: Billy Laws Date: Tue, 27 Dec 2022 20:06:50 +0000 Subject: [PATCH] Remove file redir hook remenants --- src/hook/file_redirect_hook.cpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/hook/file_redirect_hook.cpp diff --git a/src/hook/file_redirect_hook.cpp b/src/hook/file_redirect_hook.cpp deleted file mode 100644 index 8e84cf3..0000000 --- a/src/hook/file_redirect_hook.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include "hook_impl.h" - -__attribute__((visibility("default"))) void init_hook_param(const void *param) { - init_file_redirect_hook_param(param); -} - -__attribute__((visibility("default"))) FILE *fopen(const char *filename, const char *mode) { - return hook_fopen(filename, mode); -} \ No newline at end of file