From 6127d765e3356bed4f6a7e773c768cb2c8ef4bbc Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 16 Apr 2013 15:35:17 +0300 Subject: WaE: unused function 'checkNoTypeArguments' Change-Id: I112e6ac263bb673b5ad553742d3fa77af50bdf03 --- codemaker/source/codemaker/codemaker.cxx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/codemaker/source/codemaker/codemaker.cxx b/codemaker/source/codemaker/codemaker.cxx index c9f7e0b7f53c..3c67b3788e39 100644 --- a/codemaker/source/codemaker/codemaker.cxx +++ b/codemaker/source/codemaker/codemaker.cxx @@ -37,17 +37,6 @@ #include -namespace { - -void checkNoTypeArguments(std::vector< rtl::OString > const & arguments) { - if (!arguments.empty()) { - throw CannotDumpException("Bad type information"); - //TODO - } -} - -} - namespace codemaker { rtl::OString convertString(rtl::OUString const & string) { -- cgit