diff --git a/AK/Debug.h.in b/AK/Debug.h.in index 2f0735e8fb..c96874d4b3 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -302,10 +302,6 @@ #cmakedefine01 NT_DEBUG #endif -#ifndef OBJECT_DEBUG -#cmakedefine01 OBJECT_DEBUG -#endif - #ifndef OCCLUSIONS_DEBUG #cmakedefine01 OCCLUSIONS_DEBUG #endif diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index 5f78cbff8f..b9c8c70658 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -119,7 +119,6 @@ set(MULTIPROCESSOR_DEBUG ON) set(NE2000_DEBUG ON) set(NETWORK_TASK_DEBUG ON) set(NT_DEBUG ON) -set(OBJECT_DEBUG ON) set(OCCLUSIONS_DEBUG ON) set(OFFD_DEBUG ON) set(PAGE_FAULT_DEBUG ON)