| Index: appengine/findit/crash/stacktrace_parser.py
|
| diff --git a/appengine/findit/crash/stacktrace_parser.py b/appengine/findit/crash/stacktrace_parser.py
|
| index 0080ce5e774ecd3f55845b4ce08edb5341053b09..f32c224458b8e5672962bdd0536543a96d2985c3 100644
|
| --- a/appengine/findit/crash/stacktrace_parser.py
|
| +++ b/appengine/findit/crash/stacktrace_parser.py
|
| @@ -50,7 +50,3 @@ class StacktraceParser(object):
|
| top_n_frames (int): Number of top frames to be keep in a callstack.
|
| """
|
| raise NotImplementedError()
|
| -
|
| - def _IsStartOfNewCallStack(self, line):
|
| - """Determines whether a line is the start of a new callstack or not."""
|
| - raise NotImplementedError()
|
|
|