diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-07-31 08:53:13 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-07-31 11:03:08 -0400 |
| commit | 369f6e58aa30fe48e8b1fc484192bfc5223b9ec5 (patch) | |
| tree | 7c01a5ea620eb6ac49f7b3121d7d34b1a56393bc /src/core/CMakeLists.txt | |
| parent | bf9c62bc76a2296c1a81cfc1b83aaf4028578901 (diff) | |
kernel: Remove unused object_address_table.cpp/.h
These source files were entirely unused throughout the rest of the
codebase. This also has the benefit of getting rid of a global variable
as well.
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 3386c2231..3a4ddc14c 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -67,8 +67,6 @@ add_library(core STATIC hle/kernel/memory.h hle/kernel/mutex.cpp hle/kernel/mutex.h - hle/kernel/object_address_table.cpp - hle/kernel/object_address_table.h hle/kernel/process.cpp hle/kernel/process.h hle/kernel/resource_limit.cpp |
