Skip to content

Commit

Permalink
Get rid of CMake option TPIE_THREADSAFE_MEMORY_MANAGEMNT.
Browse files Browse the repository at this point in the history
It was introduced in ae811a4 (October 25, 2010) and extinguished in
775c331 (June 15, 2011) as part of the new memory management (previously
developed in the `memory' branch).
  • Loading branch information
Mortal committed Dec 13, 2012
1 parent 250ef97 commit 21eb5b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ add_subdirectory(doc)

option(COMPILE_TEST "Compile test programs" ON)
option(TPL_LOGGING "Enable tpie logging." ON)
option(TPIE_THREADSAFE_MEMORY_MANAGEMNT "Thread safe memory managment" ON)
option(TPIE_DEPRECATED_WARNINGS "Enable warnings for deprecated classes, methods and typedefs" OFF)
option(TPIE_PARALLEL_SORT "Enable parallel quick sort implementation" ON)

Expand Down
1 change: 0 additions & 1 deletion tpie/config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#endif

#cmakedefine TPL_LOGGING 1
#cmakedefine TPIE_THREADSAFE_MEMORY_MANAGEMNT 1

#cmakedefine TPIE_NDEBUG

Expand Down

0 comments on commit 21eb5b8

Please sign in to comment.