Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 09de92a

Browse files
schedutronapavlo
authored andcommitted
Remove GetType() method
1 parent ba3dd2a commit 09de92a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/include/common/exception.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ class Exception : public std::runtime_error {
130130
}
131131
}
132132

133-
ExceptionType GetType() { return type; }
134-
135133
// Based on :: http://panthema.net/2008/0901-stacktrace-demangled/
136134
static void PrintStackTrace(FILE *out = ::stderr,
137135
unsigned int max_frames = 63) {

0 commit comments

Comments
 (0)