Skip to content

Commit 7b46373

Browse files
committed
Closes #1315
1 parent b5403e3 commit 7b46373

File tree

9 files changed

+2
-863
lines changed

9 files changed

+2
-863
lines changed

src/Core/Exceptions/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ SET(Core_Exceptions_Legacy_SRCS
3636
FileNotFound.cc
3737
InvalidState.cc
3838
InternalError.cc
39-
LapackError.cc
4039
)
4140

4241
SET(Core_Exceptions_Legacy_HEADERS
@@ -50,7 +49,6 @@ SET(Core_Exceptions_Legacy_HEADERS
5049
IllegalValue.h
5150
InternalError.h
5251
InvalidState.h
53-
LapackError.h
5452
share.h
5553
)
5654

src/Core/Exceptions/LapackError.cc

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

src/Core/Exceptions/LapackError.h

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

src/Core/Math/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ SET(Core_Math_SRCS
3737
MusilRNG.cc
3838
PiecewiseInterp.cc
3939
TrigTable.cc
40-
#sci_lapack.cc
4140
fft.c
4241
)
4342

@@ -53,7 +52,6 @@ SET(Core_Math_HEADERS
5352
MusilRNG.h
5453
PiecewiseInterp.h
5554
TrigTable.h
56-
#sci_lapack.h
5755
fft.h
5856
MiscMath.h
5957
share.h

src/Core/Math/Tests/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ SCIRUN_ADD_UNIT_TEST(Core_Math_Tests
3838

3939
TARGET_LINK_LIBRARIES(Core_Math_Tests
4040
Core_Math
41-
#Core_Exceptions_Legacy
42-
#Core_Utils_Legacy
43-
#Core_Datatypes
4441
gtest_main
4542
gtest
4643
gmock

src/Core/Math/Tests/LapackWrapperTests.cc

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

0 commit comments

Comments
 (0)