diff options
Diffstat (limited to 'cpp/include/Slice/CPlusPlusUtil.h')
-rw-r--r-- | cpp/include/Slice/CPlusPlusUtil.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/include/Slice/CPlusPlusUtil.h b/cpp/include/Slice/CPlusPlusUtil.h index 26c306435d3..e81f32f0122 100644 --- a/cpp/include/Slice/CPlusPlusUtil.h +++ b/cpp/include/Slice/CPlusPlusUtil.h @@ -31,7 +31,6 @@ std::string typeToString(const TypePtr&); std::string returnTypeToString(const TypePtr&); std::string inputTypeToString(const TypePtr&); std::string outputTypeToString(const TypePtr&); -std::string exceptionTypeToString(const TypePtr&); void writeMarshalUnmarshalCode(Output&, const TypePtr&, const std::string&, bool, const std::string& = "", bool = true); |