aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QTC.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QTC.cc')
-rw-r--r--libqpdf/QTC.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libqpdf/QTC.cc b/libqpdf/QTC.cc
index 5ce91aad..d0f3e11f 100644
--- a/libqpdf/QTC.cc
+++ b/libqpdf/QTC.cc
@@ -10,7 +10,6 @@ static bool tc_active(char const* const scope)
return (QUtil::get_env("TC_SCOPE", &value) && (value == scope));
}
-DLL_EXPORT
void QTC::TC(char const* const scope, char const* const ccase, int n)
{
static std::set<std::pair<std::string, int> > cache;