diff --git a/src/lib/CreateStatement.h b/src/lib/CreateStatement.h index 8930ee4..bd3394d 100644 --- a/src/lib/CreateStatement.h +++ b/src/lib/CreateStatement.h @@ -9,9 +9,6 @@ namespace hsql { typedef enum { kTable, kTableFromTbl, // Hyrise file format - // HANA supports a second file type CONTROL FILE - // we don't need that so far, but we leave the option - // to expand it here } CreateType; diff --git a/src/lib/ImportStatement.h b/src/lib/ImportStatement.h index 058956e..9f82769 100644 --- a/src/lib/ImportStatement.h +++ b/src/lib/ImportStatement.h @@ -9,9 +9,6 @@ namespace hsql { typedef enum { kImportCSV, kImportTbl, // Hyrise file format - // HANA supports a second file type CONTROL FILE - // we don't need that so far, but we leave the option - // to expand it here } ImportFileType;