summaryrefslogtreecommitdiff
path: root/common/common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/common.cpp')
-rw-r--r--common/common.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/common.cpp b/common/common.cpp
index 6e8c08cb..ec181c6b 100644
--- a/common/common.cpp
+++ b/common/common.cpp
@@ -755,10 +755,9 @@ std::string gpt_random_prompt(std::mt19937 & rng) {
case 7: return "He";
case 8: return "She";
case 9: return "They";
- default: return "To";
}
- return "The";
+ GGML_UNREACHABLE();
}
//