Skip to content

Commit 9f71710

Browse files
committed
removed DataBlock headers (obsolete)
1 parent 9b53725 commit 9f71710

5 files changed

Lines changed: 0 additions & 239 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ add_library(Common
9090
src/Thread.cxx
9191
src/Timer.cxx
9292
src/Configuration.cxx
93-
src/DataBlock.cxx
94-
src/DataBlockContainer.cxx
9593
src/MemPool.cxx)
9694

9795
# Produce the final Version.h using template Version.h.in and substituting
@@ -120,12 +118,6 @@ add_subdirectory(doc)
120118
####################################
121119
enable_testing()
122120

123-
add_executable(testDataFormat test/testDataFormat.c)
124-
target_link_libraries(testDataFormat Common)
125-
set_source_files_properties(test/testDataFormat.c PROPERTIES LANGUAGE CXX)
126-
add_test(NAME testDataFormat COMMAND testDataFormat)
127-
set_tests_properties(testDataFormat PROPERTIES TIMEOUT 60)
128-
129121
add_executable(testSimpleLog test/testSimpleLog.cxx)
130122
target_link_libraries(testSimpleLog Common)
131123

@@ -136,7 +128,6 @@ set(TEST_SRCS
136128
test/TestSuffixNumber.cxx
137129
test/TestSuffixOption.cxx
138130
test/TestSystem.cxx
139-
test/testMemPool.cxx
140131
test/testTimer.cxx
141132
)
142133

src/DataBlock.cxx

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/DataBlockContainer.cxx

Lines changed: 0 additions & 56 deletions
This file was deleted.

test/testDataFormat.c

Lines changed: 0 additions & 60 deletions
This file was deleted.

test/testMemPool.cxx

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)