AK+Meta: Remove unused AUTOCOMPLETE_DEBUG flag

This commit is contained in:
Andrew Kaster 2021-07-12 01:34:44 -06:00 committed by Andreas Kling
parent ca920ba082
commit 1455604b13
2 changed files with 0 additions and 5 deletions

View file

@ -6,10 +6,6 @@
#pragma once
#ifndef AUTOCOMPLETE_DEBUG
#cmakedefine01 AUTOCOMPLETE_DEBUG
#endif
#ifndef AWAVLOADER_DEBUG
#cmakedefine01 AWAVLOADER_DEBUG
#endif

View file

@ -3,7 +3,6 @@ set(AHCI_DEBUG ON)
set(APIC_DEBUG ON)
set(APIC_SMP_DEBUG ON)
set(ARP_DEBUG ON)
set(AUTOCOMPLETE_DEBUG ON)
set(AWAVLOADER_DEBUG ON)
set(AFLACLOADER_DEBUG ON)
set(BACKTRACE_DEBUG ON)