aboutsummaryrefslogtreecommitdiff
path: root/fxjs/js_resources.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/js_resources.cpp')
-rw-r--r--fxjs/js_resources.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/fxjs/js_resources.cpp b/fxjs/js_resources.cpp
index c13361034..5c054fd87 100644
--- a/fxjs/js_resources.cpp
+++ b/fxjs/js_resources.cpp
@@ -6,8 +6,6 @@
#include "fxjs/js_resources.h"
-#include "third_party/base/notreached.h"
-
WideString JSGetStringFromID(JSMessage msg) {
const char* msg_string = "";
switch (msg) {
@@ -92,9 +90,6 @@ WideString JSGetStringFromID(JSMessage msg) {
case JSMessage::kWouldBeCyclic:
msg_string = "Operation would create a cycle.";
break;
- default:
- NOTREACHED();
- break;
}
return WideString::FromASCII(msg_string);
}