summaryrefslogtreecommitdiffstats
path: root/src/core/memory_hook.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/memory_hook.cpp')
-rw-r--r--src/core/memory_hook.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/core/memory_hook.cpp b/src/core/memory_hook.cpp
deleted file mode 100644
index c61c6c1fb..000000000
--- a/src/core/memory_hook.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2018 Citra Emulator Project
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
-
-#include "core/memory_hook.h"
-
-namespace Memory {
-
-MemoryHook::~MemoryHook() = default;
-
-} // namespace Memory