Skip to content

Commit

Permalink
Remove unused tf/preprocessorUtils
Browse files Browse the repository at this point in the history
Fixes #2225

(Internal change: 2320843)
(Internal change: 2320872)
  • Loading branch information
pixar-oss committed Mar 23, 2024
1 parent 8acdc2e commit 13e3c38
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 379 deletions.
6 changes: 0 additions & 6 deletions pxr/base/tf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ pxr_library(tf
pxrTslRobinMap/robin_hash.h
pxrTslRobinMap/robin_map.h
pxrTslRobinMap/robin_set.h
preprocessorUtils.h
preprocessorUtilsLite.h
safeTypeCompare.h
span.h
Expand Down Expand Up @@ -285,7 +284,6 @@ pxr_library(tf

CPPFILES
initConfig.cpp
preprocessorUtils.cpp
pxrDoubleConversion/bignum-dtoa.cc
pxrDoubleConversion/bignum.cc
pxrDoubleConversion/cached-powers.cc
Expand Down Expand Up @@ -470,7 +468,6 @@ pxr_build_test(testTf
testenv/pathUtils.cpp
testenv/patternMatcher.cpp
testenv/pointerAndBits.cpp
testenv/preprocessorUtils.cpp
testenv/preprocessorUtilsLite.cpp
testenv/probe.cpp
testenv/refPtr.cpp
Expand Down Expand Up @@ -676,9 +673,6 @@ pxr_register_test(TfPatternMatcher
pxr_register_test(TfPointerAndBits
COMMAND "${CMAKE_INSTALL_PREFIX}/tests/testTf TfPointerAndBits"
)
pxr_register_test(TfPreprocessorUtils
COMMAND "${CMAKE_INSTALL_PREFIX}/tests/testTf TfPreprocessorUtils"
)
pxr_register_test(TfPreprocessorUtilsLite
COMMAND "${CMAKE_INSTALL_PREFIX}/tests/testTf TfPreprocessorUtilsLite"
)
Expand Down
66 changes: 0 additions & 66 deletions pxr/base/tf/preprocessorUtils.cpp

This file was deleted.

225 changes: 0 additions & 225 deletions pxr/base/tf/preprocessorUtils.h

This file was deleted.

Loading

0 comments on commit 13e3c38

Please sign in to comment.