Skip to content

Commit

Permalink
AK+Meta: Remove unused AUTOCOMPLETE_DEBUG flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ADKaster authored and awesomekling committed Jul 12, 2021
1 parent ca920ba commit 1455604
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions AK/Debug.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@

#pragma once

#ifndef AUTOCOMPLETE_DEBUG
#cmakedefine01 AUTOCOMPLETE_DEBUG
#endif

#ifndef AWAVLOADER_DEBUG
#cmakedefine01 AWAVLOADER_DEBUG
#endif
Expand Down
1 change: 0 additions & 1 deletion Meta/CMake/all_the_debug_macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1455604

Please sign in to comment.