Index: tools/telemetry/telemetry/core/jsheap/model.py |
diff --git a/tools/telemetry/telemetry/core/jsheap/model.py b/tools/telemetry/telemetry/core/jsheap/model.py |
deleted file mode 100644 |
index 9c06623e20f6dc6019fe2bfbecd154dec4ccbef2..0000000000000000000000000000000000000000 |
--- a/tools/telemetry/telemetry/core/jsheap/model.py |
+++ /dev/null |
@@ -1,8 +0,0 @@ |
-# Copyright 2013 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-class JsHeapSnapshotModel(object): |
- def __init__(self, raw_data): |
- # FIXME(marja): Parse the raw data (copy the parsing code from jsleakcheck). |
- pass |
marja
2013/09/16 11:12:47
I don't know why this file doesn't show up as dele
|