Kaydet (Commit) 6127d765 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused function 'checkNoTypeArguments'

Change-Id: I112e6ac263bb673b5ad553742d3fa77af50bdf03
üst ab49c55b
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment