summaryrefslogtreecommitdiffstats
path: root/src/engine/CompiledPatch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/CompiledPatch.hpp')
-rw-r--r--src/engine/CompiledPatch.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/CompiledPatch.hpp b/src/engine/CompiledPatch.hpp
index ef12bcd6..d6a61f50 100644
--- a/src/engine/CompiledPatch.hpp
+++ b/src/engine/CompiledPatch.hpp
@@ -68,8 +68,6 @@ private:
struct CompiledPatch : public std::vector<CompiledNode>
, public Raul::Deletable
, public boost::noncopyable {
- /*CompiledPatch() : std::vector<CompiledNode>() {}
- CompiledPatch(size_t reserve) : std::vector<CompiledNode>(reserve) {}*/
};