camlspotter / HybridLearner

HybridLearner: A tool to learn Hybrid Systems for Cyber Physical Systems
GNU General Public License v3.0
0 stars 0 forks source link

src/utilities/file_operaions.{cpp,h} are not used. #20

Open camlspotter opened 1 month ago

camlspotter commented 1 month ago
$ git grep range_equal
src/utilities/file_operations.cpp:bool range_equal(InputIterator1 first1, InputIterator1 last1,
src/utilities/file_operations.cpp:    return range_equal(begin1, end, begin2, end);
src/utilities/file_operations.h:bool range_equal(InputIterator1 first1, InputIterator1 last1,
$ git grep compare_files
src/utilities/file_operations.cpp:bool compare_files(const std::string& filename1, const std::string& filename2)
src/utilities/file_operations.h:bool compare_files(const std::string& filename1, const std::string& filename2);
camlspotter commented 1 month ago

Safely removable.