summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Preprocessor.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-08-28 12:23:47 -0230
committerDwayne Boone <dwayne@zeroc.com>2008-08-28 12:23:47 -0230
commit554fa0c12a97aed3440c0fd38e54637f9cedc497 (patch)
treeaaf17a778ab040fd1e1a1816911e094ea5d92c90 /cpp/include/Slice/Preprocessor.h
parentSquashed commit of the following: (diff)
downloadice-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.h1
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;
};