summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-26 21:36:02 +0200
committerAndras Timar <atimar@suse.com>2012-10-01 13:54:19 +0200
commit3cd514df938252003ac3d3640156d6febf36fa76 (patch)
tree33ac6643f2302a66c5e38bf620f40bddb4094c70
parent2d9cf1aaf12456e3628791b742fc3e04ebc0d92b (diff)
chart2: remove obsolete gcc 3.0.4 workaround
Change-Id: I61e17cf9c7a96ddf251154e4590420ae4b4fdf27
-rw-r--r--chart2/Library_chartcontroller.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/chart2/Library_chartcontroller.mk b/chart2/Library_chartcontroller.mk
index 19220da8b5f9..7a0ea6fdbcb9 100644
--- a/chart2/Library_chartcontroller.mk
+++ b/chart2/Library_chartcontroller.mk
@@ -35,14 +35,6 @@ $(eval $(call gb_Library_set_include,chartcontroller,\
$(eval $(call gb_Library_use_sdk_api,chartcontroller))
-# TODO: is this still necessary?
-# (from chart2/source/controller/dialogs/makefile.mk)
-# # i26518 the gcc-3.0.4 requires to enhance the template-depth
-# # this seems to be a compiler issue, so we recommend not to use 3.0.x anymore
-# .IF "$(COM)"=="GCC"
-# CFLAGS+=-ftemplate-depth-128
-# .ENDIF
-
$(eval $(call gb_Library_use_libraries,chartcontroller,\
basegfx \
chartcore \