Skip to content

Commit fc37679

Browse files
authored
Remove unused SliceDiagnostic.H/cpp (#5617)
The functions defined in `SliceDiagnostic.H` and implemented in ` SliceDiagnostic.cpp` are never used in WarpX. Therefore, this PR removes these two source files (and updates `CMakeLists.txt` and `Make.package` accordingly)
1 parent 9f2d0f9 commit fc37679

File tree

4 files changed

+0
-566
lines changed

4 files changed

+0
-566
lines changed

Source/Diagnostics/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ foreach(D IN LISTS WarpX_DIMS)
77
FullDiagnostics.cpp
88
MultiDiagnostics.cpp
99
ParticleIO.cpp
10-
SliceDiagnostic.cpp
1110
WarpXIO.cpp
1211
WarpXOpenPMD.cpp
1312
BTDiagnostics.cpp

Source/Diagnostics/Make.package

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ CEXE_sources += FullDiagnostics.cpp
44
CEXE_sources += WarpXIO.cpp
55
CEXE_sources += ParticleIO.cpp
66
CEXE_sources += FieldIO.cpp
7-
CEXE_sources += SliceDiagnostic.cpp
87
CEXE_sources += BTDiagnostics.cpp
98
CEXE_sources += BoundaryScrapingDiagnostics.cpp
109
CEXE_sources += BTD_Plotfile_Header_Impl.cpp

Source/Diagnostics/SliceDiagnostic.H

-38
This file was deleted.

0 commit comments

Comments
 (0)