Fix the symbols exported by query classifiers

The query classifiers only export the needed symbols and these weren't
adjusted to the changes in the entry point names.
This commit is contained in:
Markus Mäkelä
2017-01-03 18:38:56 +02:00
parent 09111a73ee
commit 2a4714500f
3 changed files with 3 additions and 12 deletions

View File

@ -1,9 +1,6 @@
{ {
global: global:
info; mxs_get_module_object;
version;
GetModuleObject;
ModuleInit;
local: local:
*; *;
}; };

View File

@ -1,9 +1,6 @@
{ {
global: global:
info; mxs_get_module_object;
version;
GetModuleObject;
ModuleInit;
local: local:
*; *;
}; };

View File

@ -1,9 +1,6 @@
{ {
global: global:
info; mxs_get_module_object;
version;
GetModuleObject;
ModuleInit;
local: local:
*; *;
}; };