| Index: appengine/findit/crash/clusterfuzz_data.py
|
| diff --git a/appengine/findit/crash/clusterfuzz_data.py b/appengine/findit/crash/clusterfuzz_data.py
|
| index e6a5123b995eb93ec7ea6b00fa7f452cbcf65034..0467821701fbc5b33218e83bfabf9e405793b38d 100644
|
| --- a/appengine/findit/crash/clusterfuzz_data.py
|
| +++ b/appengine/findit/crash/clusterfuzz_data.py
|
| @@ -102,7 +102,6 @@ class ClusterfuzzData(CrashData):
|
|
|
| # Delay the stacktrace parsing to the first time when stacktrace property
|
| # gets called.
|
| - self._stacktrace_str = crash_data['stack_trace']
|
| self._top_n_frames = top_n_frames
|
| self._stacktrace = None
|
| self._stacktrace_parsed = False
|
|
|