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