diff options
Diffstat (limited to 'slicer/tool/parser.h')
-rw-r--r-- | slicer/tool/parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slicer/tool/parser.h b/slicer/tool/parser.h index 3410dc5..5be5fbb 100644 --- a/slicer/tool/parser.h +++ b/slicer/tool/parser.h @@ -27,7 +27,6 @@ namespace Slicer { boost::filesystem::path cppPath; boost::filesystem::path headerPrefix; std::vector<boost::filesystem::path> includes; - bool allowIcePrefix; unsigned int Execute(); unsigned int Components() const; |