diff --git a/content/xbl/src/nsXBLProtoImplMethod.h b/content/xbl/src/nsXBLProtoImplMethod.h index a1e66583639..80f222d8dde 100644 --- a/content/xbl/src/nsXBLProtoImplMethod.h +++ b/content/xbl/src/nsXBLProtoImplMethod.h @@ -137,9 +137,7 @@ protected: JSObject * mJSMethodObject; // The JS object for the method (after compilation) }; -#ifdef DEBUG PRBool mIsCompiled; -#endif }; class nsXBLProtoImplAnonymousMethod : public nsXBLProtoImplMethod {