summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/core/opencl/formulagroupcl.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index fcb52863075b..49360dff8282 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -145,7 +145,6 @@ std::string StackVarEnumToString(StackVar const e)
return std::to_string(static_cast<int>(e));
}
-#ifdef SAL_LOG_INFO
std::string linenumberify(const std::string& s)
{
std::stringstream ss;
@@ -161,7 +160,6 @@ std::string linenumberify(const std::string& s)
ss << "/*" << std::setw(4) << linenumber++ << "*/ " << s.substr(start, std::string::npos);
return ss.str();
}
-#endif
bool AllStringsAreNull(const rtl_uString* const* pStringArray, size_t nLength)
{