From 1564e90b49d9b898442d0af096a008e870c99671 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 3 Sep 2004 23:38:25 +0000 Subject: [PATCH] Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used nowhere in the LLVM source base. llvm-svn: 16162 --- Makefile.rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.rules b/Makefile.rules index 835773bfa74..64b8bd18881 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -307,9 +307,6 @@ CPPFLAGS += -D_GNU_SOURCE # Pull in limit macros from stdint.h, even in C++: CPPFLAGS += -D__STDC_LIMIT_MACROS -### FIXME: this is GCC specific -CPPFLAGS += -DATTR_DEPRECATED='__attribute__ ((deprecated))' - CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused CompileOptimizeOpts := -O3 -DNDEBUG -finline-functions