Index: tools/perf/run_skpicture_printer |
diff --git a/tools/perf/run_skpicture_printer b/tools/perf/run_skpicture_printer |
deleted file mode 100755 |
index 12d6642b25fc5915d3405dd34b6b6cf974b5173b..0000000000000000000000000000000000000000 |
--- a/tools/perf/run_skpicture_printer |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-#!/usr/bin/env python |
-# Copyright (c) 2012 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. |
-import os |
-import sys |
- |
-import perf_tools.skpicture_printer |
- |
-if __name__ == '__main__': |
- sys.exit(perf_tools.skpicture_printer.Main()) |