diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-16 15:35:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-16 15:51:03 +0300 |
commit | 6127d765e3356bed4f6a7e773c768cb2c8ef4bbc (patch) | |
tree | 499c3ab4cf89b22495cdaa3987ca74871b7f233b /codemaker | |
parent | ab49c55bbc7a5fc5b6509fe995abf42ce266ba9b (diff) |
WaE: unused function 'checkNoTypeArguments'
Change-Id: I112e6ac263bb673b5ad553742d3fa77af50bdf03
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/codemaker/codemaker.cxx | 11 |
1 files changed, 0 insertions, 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 <vector> -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) { |