diff options
author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2024-08-19 23:47:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-20 00:47:42 +0300 |
commit | 862a4671f2a48eae4a2360d570b71f4adbb7328c (patch) | |
tree | f21a5152c5bb94f96b2802b389f65eab795e390a /indra/llcommon/CMakeLists.txt | |
parent | 600635f9005d1809c278918e3284e1b43f1be475 (diff) |
Remove orphaned LLAllocator (#2348)
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 165bfd52d5..c4041f0c79 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -18,8 +18,6 @@ set(llcommon_SOURCE_FILES commoncontrol.cpp indra_constants.cpp lazyeventapi.cpp - llallocator.cpp - llallocator_heap_profile.cpp llapp.cpp llapr.cpp llassettype.cpp @@ -127,8 +125,6 @@ set(llcommon_HEADER_FILES lazyeventapi.h linden_common.h llalignedarray.h - llallocator.h - llallocator_heap_profile.h llapp.h llapr.h llassettype.h |