Skip to content

Commit ff22843

Browse files
committed
Remove dead code. Closes #495
1 parent 03c718c commit ff22843

File tree

3 files changed

+8
-109
lines changed

3 files changed

+8
-109
lines changed

src/Modules/Fields/CMakeLists.txt

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
#
22
# For more information, please see: http://software.sci.utah.edu
3-
#
3+
#
44
# The MIT License
5-
#
5+
#
66
# Copyright (c) 2012 Scientific Computing and Imaging Institute,
77
# University of Utah.
8-
#
9-
#
8+
#
9+
#
1010
# Permission is hereby granted, free of charge, to any person obtaining a
1111
# copy of this software and associated documentation files (the "Software"),
1212
# to deal in the Software without restriction, including without limitation
1313
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1414
# and/or sell copies of the Software, and to permit persons to whom the
1515
# Software is furnished to do so, subject to the following conditions:
16-
#
16+
#
1717
# The above copyright notice and this permission notice shall be included
18-
# in all copies or substantial portions of the Software.
19-
#
18+
# in all copies or substantial portions of the Software.
19+
#
2020
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2121
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2222
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
@@ -28,20 +28,18 @@
2828

2929
SET(Modules_Fields_SRCS
3030
CreateScalarFieldDataBasic.cc
31-
FieldToMesh.cc
3231
ReportFieldInfo.cc
3332
InterfaceWithCleaver.cc
3433
)
3534

3635
SET(Modules_Fields_HEADERS
3736
InterfaceWithCleaver.h
3837
CreateScalarFieldDataBasic.h
39-
FieldToMesh.h
4038
ReportFieldInfo.h
4139
share.h
4240
)
4341

44-
ADD_LIBRARY(Modules_Fields
42+
ADD_LIBRARY(Modules_Fields
4543
${Modules_Fields_HEADERS}
4644
${Modules_Fields_SRCS}
4745
)
@@ -59,4 +57,3 @@ IF(BUILD_SHARED_LIBS)
5957
ENDIF(BUILD_SHARED_LIBS)
6058

6159
SCIRUN_ADD_TEST_DIR(Tests)
62-

src/Modules/Fields/FieldToMesh.cc

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

src/Modules/Fields/FieldToMesh.h

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

0 commit comments

Comments
 (0)