diff options
Diffstat (limited to 'cpp/include/Slice/Preprocessor.h')
-rw-r--r-- | cpp/include/Slice/Preprocessor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h index 97da004e9bc..1f8ace5c335 100644 --- a/cpp/include/Slice/Preprocessor.h +++ b/cpp/include/Slice/Preprocessor.h @@ -54,7 +54,6 @@ private: const std::string _path; const std::string _fileName; const std::vector<std::string> _args; - std::string _cppFile; FILE* _cppHandle; }; |