From 6d9a7b661c26fa4f771d66ad6b04944863e8a2cf Mon Sep 17 00:00:00 2001 From: Pedro Date: Thu, 13 Nov 2014 16:27:01 +0100 Subject: [PATCH] updated comments --- src/lib/CreateStatement.h | 3 --- src/lib/ImportStatement.h | 3 --- 2 files changed, 6 deletions(-) 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;