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