| Submitter | Jakub Jelinek |
|---|---|
| Date | Nov. 19, 2010, 9:47 p.m. |
| Message ID | <20101119214758.GK29412@tyan-ft48-01.lab.bos.redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/72315/ |
| State | New |
| Headers | show |
Comments
Patch
--- gcc/objc/objc-act.c.jj 2010-11-19 17:18:12.000000000 +0100 +++ gcc/objc/objc-act.c 2010-11-19 22:44:39.773655112 +0100 @@ -63,11 +63,6 @@ along with GCC; see the file COPYING3. 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