Remove useless include of objc-common.g (__has_feature is a built-in macro with

clang, it doesn't need anything else).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31236 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Niels Grewe 2010-09-04 17:24:37 +00:00
parent 849b00343b
commit 9fc79904c5
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-09-04 Niels Grewe <niels.grewe@halbordnung.de>
* config/config.non-fragile-ivars.m: Remove useless include of
objc-common.g (__has_feature is a built-in clang macro).
2010-09-02 David Chisnall <theraven@gna.org>
* Source/NSObject.m

View file

@ -2,8 +2,6 @@
* Fails to build or returns 1 if the feature is not availale.
*/
#include "objc-common.g"
int
main()
{