Index: runtime/vm/exceptions.cc |
diff --git a/runtime/vm/exceptions.cc b/runtime/vm/exceptions.cc |
index 0f8bdbb9c77982b271760fcc3c6914c80f5a12d9..4cb32fc6a8b62df85f8db8abef0a32858fab2f10 100644 |
--- a/runtime/vm/exceptions.cc |
+++ b/runtime/vm/exceptions.cc |
@@ -21,8 +21,6 @@ namespace dart { |
DEFINE_FLAG(bool, print_stacktrace_at_throw, false, |
"Prints a stack trace everytime a throw occurs."); |
-DEFINE_FLAG(bool, verbose_stacktrace, false, |
- "Stack traces will include methods marked invisible."); |
const char* Exceptions::kCastErrorDstName = "type cast"; |