diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-18 09:20:44 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-18 09:20:44 +0200 |
commit | 935f1f61cbe112b1cf1ab95bae9dfcb42b4fdb5e (patch) | |
tree | 56495ffcdf1b881cab9ada80a8f0a04c84a25813 | |
parent | d00e0bcd60304835f5c10a71b22b6a4f483dd6ec (diff) |
Remove now incorrect comment
Change-Id: I4cd9f8a0720218e416c88b3064b69406b7a1eda4
-rw-r--r-- | sc/Module_sc.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 0476d624b775..cc974a0c2f53 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -50,11 +50,6 @@ $(eval $(call gb_Module_add_targets,sc,\ endif -# The sc_opencl_test disabled for other OSes than OS X at the moment -# because it fails on many Linux machines in the OpenCL compiler. OS X -# has a different (?) OpenCL compiler implementation than the one -# which fails. -# $(eval $(call gb_Module_add_check_targets,sc,\ CppunitTest_sc_ucalc \ CppunitTest_sc_filters_test \ |