From ab840f41154f01d85fec769da693035149689c39 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sun, 20 Apr 2014 20:37:39 +0200 Subject: Replaced c-style file reading with std::ifstream * there is no reason for performing system-calls instead of using the features offered by the standard library in this situation --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4421841..c87ca68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ include_directories( add_executable( test test.cc - src/utility.cc src/transformer_facade.cc src/function/read_file.cc src/function/read_xml_file.cc -- cgit v1.2.3