summaryrefslogtreecommitdiff
path: root/AK/Weakable.h
diff options
context:
space:
mode:
authorasynts <asynts@gmail.com>2021-01-24 15:28:26 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-25 09:47:36 +0100
commiteea72b9b5c12b9ffdf80e0990518ce183ac0cf70 (patch)
tree7bc797f5e86863391e506ae188616356d3b0ec11 /AK/Weakable.h
parentda69de1f1b04e304772daed5223a380fb13f82d6 (diff)
downloadserenity-eea72b9b5c12b9ffdf80e0990518ce183ac0cf70.zip
Everywhere: Hook up remaining debug macros to Debug.h.
Diffstat (limited to 'AK/Weakable.h')
-rw-r--r--AK/Weakable.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/AK/Weakable.h b/AK/Weakable.h
index 867877f4e3..ec0ae2a77f 100644
--- a/AK/Weakable.h
+++ b/AK/Weakable.h
@@ -35,10 +35,6 @@
# include <Kernel/Arch/i386/CPU.h>
#endif
-#ifndef WEAKABLE_DEBUG
-# define WEAKABLE_DEBUG
-#endif
-
namespace AK {
template<typename T>