summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-14 13:02:57 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-14 18:27:38 +0200
commit7fe64b94612f57e0fa718d9a1a265997f1902b4a (patch)
tree19e899bc41b354750e7e067c5c2c4ea1d61e7338 /sc/source
parentbbb675d4f522321a9a65eaa710785b3551582fd9 (diff)
Remove the dummy entry just used for testing
Change-Id: Ia2bc319fada2e21115629d29bca51f483a599c16
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/tool/calcconfig.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/calcconfig.cxx b/sc/source/core/tool/calcconfig.cxx
index 8825ac3567d9..0ff048b71178 100644
--- a/sc/source/core/tool/calcconfig.cxx
+++ b/sc/source/core/tool/calcconfig.cxx
@@ -46,7 +46,6 @@ void ScCalcConfig::setOpenCLConfigToDefault()
maOpenCLSubsetOpCodes.insert(ocSumIfs);
maOpenCLBlackList.insert(OpenCLImplMatcher("Windows", "*", "Intel(R) Corporation", "*", "9.17.10.2884", ""));
- maOpenCLBlackList.insert(OpenCLImplMatcher("SuperOS", "*", "Big Corp, Inc.", "Whizz\\Grafix", "4.2/beta;3", "4.4"));
maOpenCLWhiteList.insert(OpenCLImplMatcher("Linux", "*", "Advanced Micro Devices, Inc.", "*", "1445.5 (sse2,avx)", ""));
}