diff options
author | unknown <mronstrom@mysql.com> | 2004-08-20 14:43:23 +0200 |
---|---|---|
committer | unknown <mronstrom@mysql.com> | 2004-08-20 14:43:23 +0200 |
commit | aa3e61d3123b31ab84496a6ace883984698e3c77 (patch) | |
tree | e6caa20d8e6430afec947689236eaa779dcfbccb /ndb/test/run-test/main.cpp | |
parent | 6d0f675a45cbf2068b059ec0731433912d880e59 (diff) | |
download | mariadb-git-aa3e61d3123b31ab84496a6ace883984698e3c77.tar.gz |
Compile fixes for Mac OS X
Diffstat (limited to 'ndb/test/run-test/main.cpp')
-rw-r--r-- | ndb/test/run-test/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ndb/test/run-test/main.cpp b/ndb/test/run-test/main.cpp index 9d20da8c1f9..6f1899fdbe2 100644 --- a/ndb/test/run-test/main.cpp +++ b/ndb/test/run-test/main.cpp @@ -987,8 +987,6 @@ setup_hosts(atrt_config& config){ return true; } -template class Vector<const ParserRow<SimpleCpcClient::ParserDummy>*>; -template class Vector<SimpleCpcClient::Process>; template class Vector<Vector<SimpleCpcClient::Process> >; template class Vector<atrt_host>; template class Vector<atrt_process>; |