From 76f848bf79ad26795a72d996b4a956d3825ab461 Mon Sep 17 00:00:00 2001 From: Zakir Durumeric Date: Wed, 9 Oct 2013 17:07:29 -0400 Subject: [PATCH] removing deprecated references to extended_file and simple_file. --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 05177a9..a5c6346 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -25,8 +25,6 @@ SET(EXTRA_OUTPUT_MODULES ) SET(OUTPUT_MODULE_SOURCES -# output_modules/module_extended_file.c -# output_modules/module_simple_file.c output_modules/module_csv.c output_modules/output_modules.c )