diff --git a/src/smt/theory_str_mc.cpp b/src/smt/theory_str_mc.cpp index 33bd1d664..cdb511777 100644 --- a/src/smt/theory_str_mc.cpp +++ b/src/smt/theory_str_mc.cpp @@ -576,7 +576,7 @@ namespace smt { return true; } } - UNREACHABLE(); // ??? + UNREACHABLE(); // added because compiler complains that not all control paths return a value. return false; }