Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Remove msi_unmount
Browse files Browse the repository at this point in the history
[DHS-2751, DHS-2762]
  • Loading branch information
JonathanMELIUS committed Nov 23, 2022
1 parent 9b040a0 commit e952136
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 99 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ add_library(msi_getenv SHARED msi_getenv/msi_getenv.cpp)
add_library(msi_json_arrayops SHARED msi_json_arrayops/libmsi_json_arrayops.cpp)
add_library(msi_json_objops SHARED msi_json_objops/libmsi_json_objops.cpp)
#add_library(msi_time_ts2str SHARED msi_time_ts2str/libmsi_time_ts2str.cpp)
#add_library(msi_unmount SHARED msi_unmount/unmount.cpp)
#add_library(msiput_dataobj_or_coll SHARED msiput_dataobj_or_coll/libmsiput_dataobj_or_coll.cpp)
#add_library(msi_amqp_basic_publish SHARED msi_amqp_basic_publish/msi_amqp_basic_publish.cpp)
add_library(msi_set_avu SHARED msi_set_avu/msi_set_avu.cpp)
Expand All @@ -97,7 +96,6 @@ target_link_libraries(msi_getenv LINK_PUBLIC ${Boost_LIBRARIES})
target_link_libraries(msi_json_arrayops LINK_PUBLIC ${JANSSON_LIBRARIES} ${Boost_LIBRARIES})
target_link_libraries(msi_json_objops LINK_PUBLIC ${JANSSON_LIBRARIES} ${Boost_LIBRARIES})
#target_link_libraries(msi_time_ts2str LINK_PUBLIC ${Boost_LIBRARIES})
#target_link_libraries(msi_unmount LINK_PUBLIC ${Boost_LIBRARIES})
#target_link_libraries(msiput_dataobj_or_coll LINK_PUBLIC ${Boost_LIBRARIES})
#target_link_libraries(msi_amqp_basic_publish LINK_PUBLIC ${Boost_LIBRARIES} ${RABBITMQ_LIBRARIES})
target_link_libraries(msi_set_avu LINK_PUBLIC ${Boost_LIBRARIES})
Expand Down
73 changes: 0 additions & 73 deletions msi_unmount/unmount.cpp

This file was deleted.

24 changes: 0 additions & 24 deletions msi_unmount/unmount_test.r

This file was deleted.

0 comments on commit e952136

Please sign in to comment.