Index: src/AST/Decl.hpp
===================================================================
--- src/AST/Decl.hpp	(revision 0e6aba069091423912b34ef2c96589e2a0736df9)
+++ src/AST/Decl.hpp	(revision d1fbc56eb90675715ccf39ca76d45ed759d3cc40)
@@ -50,6 +50,4 @@
 	: ParseNode( loc ), name( name ), storage( storage ), linkage( linkage ) {}
 
-	Decl* set_extension( bool ex ) { extension = ex; return this; }
-
 	/// Ensures this node has a unique ID
 	void fixUniqueId();
Index: src/AST/Expr.hpp
===================================================================
--- src/AST/Expr.hpp	(revision 0e6aba069091423912b34ef2c96589e2a0736df9)
+++ src/AST/Expr.hpp	(revision d1fbc56eb90675715ccf39ca76d45ed759d3cc40)
@@ -187,5 +187,4 @@
 	: ParseNode( loc ), result( res ), env(), inferred() {}
 
-	Expr * set_extension( bool ex ) { extension = ex; return this; }
 	virtual bool get_lvalue() const;
 
