diff options
author | Chris Robinson <[email protected]> | 2023-10-11 23:06:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-10-11 23:06:36 -0700 |
commit | dbc09095adc83b0b88b22cd094731b4907cd371b (patch) | |
tree | 7364258942c7239c37525b46f1680a0da9388a9d /CMakeLists.txt | |
parent | 5d48351240ed29d28517de5ab3d7985c72e4b09b (diff) |
Remove an unnecessary deque with a custom allocator
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 94c22a52..f08c6aa0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -610,7 +610,6 @@ set(COMMON_OBJS common/albit.h common/alcomplex.cpp common/alcomplex.h - common/aldeque.h common/alfstream.cpp common/alfstream.h common/almalloc.cpp |