Index: src/ControlStruct/ExceptDecl.cpp
===================================================================
--- src/ControlStruct/ExceptDecl.cpp	(revision ed96731e0151e86950bd43918f4c4873b82f0102)
+++ src/ControlStruct/ExceptDecl.cpp	(revision fb0f04d09615a0006f8d2eec237f089ba7688917)
@@ -334,5 +334,5 @@
 			new ast::ObjectDecl(
 				location,
-				"this",
+				"", // "this," though unused in the body
 				new ast::PointerType(
 					createExceptionInstType( exceptionName, params ) )
