diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-08-28 12:23:47 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-08-28 12:23:47 -0230 |
commit | 554fa0c12a97aed3440c0fd38e54637f9cedc497 (patch) | |
tree | aaf17a778ab040fd1e1a1816911e094ea5d92c90 /cpp/include/Slice/Preprocessor.h | |
parent | Squashed commit of the following: (diff) | |
download | ice-554fa0c12a97aed3440c0fd38e54637f9cedc497.tar.bz2 ice-554fa0c12a97aed3440c0fd38e54637f9cedc497.tar.xz ice-554fa0c12a97aed3440c0fd38e54637f9cedc497.zip |
Use tmpfile() to create preporcessor tmp file
Set up signal handling in RB/Py/PHP
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; }; |