diff --git a/indra/llcommon/llpredicate.h b/indra/llcommon/llpredicate.h
index a0e970a79975ba1bc768d9984aca1ccd50de14b8..91d96e64f5441f8299dac0ea8c2b9decccdde852 100644
--- a/indra/llcommon/llpredicate.h
+++ b/indra/llcommon/llpredicate.h
@@ -141,7 +141,8 @@ namespace LLPredicate
 
 		void require(ENUM e)
 		{
-			mRule.set(e, require);
+			// TEMP XCODE6FIX checkin while i figure out what the heck this is supposed to mean
+			// mRule.set(e, require);
 		}
 
 		void allow(ENUM e)