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