diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-23 15:39:50 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-23 15:39:50 +0000 |
commit | 46d58fa5d18f3667ae6d506a2fd08bcbf782d46f (patch) | |
tree | 8558d61563a5774f4be3abfc1b874da2ee621b4d /gcc/objc | |
parent | 770f5885e2423d3e043869e6059113f7491e025e (diff) | |
download | gcc-46d58fa5d18f3667ae6d506a2fd08bcbf782d46f.tar.gz |
2010-02-23 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 156999
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@157006 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/objc-act.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index fae535cf29d..10cc9bce306 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -1527,11 +1527,6 @@ finish_var_decl (tree var, tree initializer) /* We reserve the right for the runtime to use/modify these variables in ways that are opaque to us. */ DECL_PRESERVE_P (var) = 1; - /* ipa*.c/cgraphunit.c use lookup attribute rather than testing - DECL_PRESERVE_P. Once they switch to testing DECL_PRESERVE_P, - this can be removed. */ - DECL_ATTRIBUTES (var) = tree_cons (get_identifier ("used"), NULL, - DECL_ATTRIBUTES (var)) ; } /* Find the decl for the constant string class reference. This is only |