summaryrefslogtreecommitdiff
path: root/debuggerd/common/include/dump_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'debuggerd/common/include/dump_type.h')
-rw-r--r--debuggerd/common/include/dump_type.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/debuggerd/common/include/dump_type.h b/debuggerd/common/include/dump_type.h
index a3e171b25..203269e96 100644
--- a/debuggerd/common/include/dump_type.h
+++ b/debuggerd/common/include/dump_type.h
@@ -24,8 +24,7 @@ enum DebuggerdDumpType : uint8_t {
kDebuggerdNativeBacktrace,
kDebuggerdTombstone,
kDebuggerdJavaBacktrace,
- kDebuggerdAnyIntercept,
- kDebuggerdTombstoneProto,
+ kDebuggerdAnyIntercept
};
inline std::ostream& operator<<(std::ostream& stream, const DebuggerdDumpType& rhs) {
@@ -42,9 +41,6 @@ inline std::ostream& operator<<(std::ostream& stream, const DebuggerdDumpType& r
case kDebuggerdAnyIntercept:
stream << "kDebuggerdAnyIntercept";
break;
- case kDebuggerdTombstoneProto:
- stream << "kDebuggerdTombstoneProto";
- break;
default:
stream << "[unknown]";
}