Skip to content

Commit

Permalink
Remove unused compression code
Browse files Browse the repository at this point in the history
This code implementing some compression wrapper was never used elsewhere in
the codebase and has been unmaintained for around 6 years.

Signed-off-by: Christoph Niethammer <[email protected]>

# Conflicts:
#	src/plugins/tests/compressionTest.cpp
#	src/plugins/tests/compressionTest.h
  • Loading branch information
cniethammer committed Dec 9, 2024
1 parent d5d1724 commit 43f0ac1
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 551 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ include(autopas)
# ----- include mamico
include(mamico)

# ----- resilience plugin dependencies are set here
include(compression)

# ----- add adios2 dependency
include(adios2)

Expand Down
9 changes: 0 additions & 9 deletions cmake/modules/compression.cmake

This file was deleted.

39 changes: 0 additions & 39 deletions cmake/modules/lz4.cmake

This file was deleted.

50 changes: 0 additions & 50 deletions doc/compression.dox

This file was deleted.

5 changes: 0 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ else()
)
endif()

# dependencies for lz4
if (ENABLE_LZ4)
add_dependencies(MarDyn liblz4)
endif()

# find adios
if (NOT ENABLE_ADIOS2)
list(FILTER MY_SRC EXCLUDE REGEX "adios2")
Expand Down
117 changes: 0 additions & 117 deletions src/plugins/compression.cpp

This file was deleted.

Loading

0 comments on commit 43f0ac1

Please sign in to comment.