Remove NOTREACHED() in ModuleSnapshot::AnnotationObjects() impls.

This is causing crashpad_handler_test to fail in Debug on Windows.

Bug: crashpad:192
Change-Id: Icf3ff387050ee2becf471f4e7c3a75394b1dd436
Reviewed-on: https://chromium-review.googlesource.com/749792
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Robert Sesek 2017-11-01 18:14:53 -04:00
Родитель 3231a80e8b
Коммит f9e587b036
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -187,7 +187,6 @@ std::map<std::string, std::string> ModuleSnapshotMac::AnnotationsSimpleMap()
std::vector<AnnotationSnapshot> ModuleSnapshotMac::AnnotationObjects() const {
INITIALIZATION_STATE_DCHECK_VALID(initialized_);
NOTREACHED();
return {};
}

Просмотреть файл

@ -192,7 +192,6 @@ std::map<std::string, std::string> ModuleSnapshotWin::AnnotationsSimpleMap()
std::vector<AnnotationSnapshot> ModuleSnapshotWin::AnnotationObjects() const {
INITIALIZATION_STATE_DCHECK_VALID(initialized_);
NOTREACHED();
return {};
}