| Index: appengine/findit/crash/stacktrace_parser.py
|
| diff --git a/appengine/findit/crash/stacktrace_parser.py b/appengine/findit/crash/stacktrace_parser.py
|
| index d9b7f4720243eb086097e04a76d0b4eaaa24c62b..965588279ce23ee7152888cec1c0d6c7431f6e10 100644
|
| --- a/appengine/findit/crash/stacktrace_parser.py
|
| +++ b/appengine/findit/crash/stacktrace_parser.py
|
| @@ -22,7 +22,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()
|
|
|