Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused imd and vmdsock code. #1646

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions hoomd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,14 @@ set(_hoomd_sources Action.cc
Variant.cc
extern/BVLSSolver.cc
extern/gsd.c
extern/imd.cc
extern/kiss_fft.cc
extern/kiss_fftnd.cc
extern/vmdsock.cc
filter/export_filters.cc
)

# ignore conversion warnings in external files
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
set_source_files_properties(extern/kiss_fft.cc PROPERTIES COMPILE_FLAGS "-Wno-conversion -Wno-float-conversion")
set_source_files_properties(extern/vmdsock.cc PROPERTIES COMPILE_FLAGS "-Wno-conversion")
set_source_files_properties(extern/imd.cc PROPERTIES COMPILE_FLAGS "-Wno-conversion")
endif()

set(_hoomd_headers
Expand Down
257 changes: 0 additions & 257 deletions hoomd/extern/imd.cc

This file was deleted.

99 changes: 0 additions & 99 deletions hoomd/extern/imd.h

This file was deleted.

Loading
Loading