diff options
Diffstat (limited to 'tuplr.hpp')
-rw-r--r-- | tuplr.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -158,9 +158,6 @@ struct AST { if (!t) throw Error("internal error: bad cast", loc); return t; } - template<typename T> T* copy() { - return new T(static_cast<T*>(this)); - } Cursor loc; private: friend class CEnv; |