PR c/46547
* objc-act.c (in_late_binary_op): Remove.
From-SVN: r166964
+2010-11-20 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/46547
+ * objc-act.c (in_late_binary_op): Remove.
+
2010-11-19 Nicola Pero <nicola.pero@meta-innovation.com>
* objc-act.c (objc_start_class_interface): Do not warn that class
static unsigned int should_call_super_dealloc = 0;
-/* When building Objective-C++, we need in_late_binary_op. */
-#ifdef OBJCPLUS
-bool in_late_binary_op = false;
-#endif /* OBJCPLUS */
-
/* When building Objective-C++, we are not linking against the C front-end
and so need to replicate the C tree-construction functions in some way. */
#ifdef OBJCPLUS