Commit 5b84c1a
abacus_fixer
deltaspin: remove redundant sc_parse_json.cpp
sc_parse_json.cpp contained only two explicit template instantiations
(template class spinconstrain::SpinConstrain<std::complex<double>> and
the double specialization) at global scope. The same instantiations
already exist at the end of spin_constrain.cpp (inside namespace
spinconstrain, lines 733-734), making this file dead code.
History: the file predates the instantiations being added to
spin_constrain.cpp; once those landed, sc_parse_json.cpp became
redundant but was never cleaned up. The misleading filename (suggests
JSON parsing) is also retired.
Verification: cmake --build build_std_para --target deltaspin -j4
built successfully; SpinConstrain<TK> symbols still resolve via the
in-file instantiations in spin_constrain.cpp.1 parent 6356f78 commit 5b84c1a
2 files changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
This file was deleted.
0 commit comments