diff options
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index 8972d2f60f9..024f202a12e 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -35,9 +35,6 @@ public: private: - std::string changeInclude(const std::string&); - void printHeader(Output&); - Output H; Output C; |