Skip to content

Commit

Permalink
removed DataBlock headers (obsolete)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-c committed Oct 29, 2020
1 parent 9b53725 commit 9f71710
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 239 deletions.
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ add_library(Common
src/Thread.cxx
src/Timer.cxx
src/Configuration.cxx
src/DataBlock.cxx
src/DataBlockContainer.cxx
src/MemPool.cxx)

# Produce the final Version.h using template Version.h.in and substituting
Expand Down Expand Up @@ -120,12 +118,6 @@ add_subdirectory(doc)
####################################
enable_testing()

add_executable(testDataFormat test/testDataFormat.c)
target_link_libraries(testDataFormat Common)
set_source_files_properties(test/testDataFormat.c PROPERTIES LANGUAGE CXX)
add_test(NAME testDataFormat COMMAND testDataFormat)
set_tests_properties(testDataFormat PROPERTIES TIMEOUT 60)

add_executable(testSimpleLog test/testSimpleLog.cxx)
target_link_libraries(testSimpleLog Common)

Expand All @@ -136,7 +128,6 @@ set(TEST_SRCS
test/TestSuffixNumber.cxx
test/TestSuffixOption.cxx
test/TestSystem.cxx
test/testMemPool.cxx
test/testTimer.cxx
)

Expand Down
17 changes: 0 additions & 17 deletions src/DataBlock.cxx

This file was deleted.

56 changes: 0 additions & 56 deletions src/DataBlockContainer.cxx

This file was deleted.

60 changes: 0 additions & 60 deletions test/testDataFormat.c

This file was deleted.

97 changes: 0 additions & 97 deletions test/testMemPool.cxx

This file was deleted.

0 comments on commit 9f71710

Please sign in to comment.