summaryrefslogtreecommitdiff
path: root/deps/v8/tools/oprofile/annotate
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/oprofile/annotate')
-rwxr-xr-xdeps/v8/tools/oprofile/annotate7
1 files changed, 0 insertions, 7 deletions
diff --git a/deps/v8/tools/oprofile/annotate b/deps/v8/tools/oprofile/annotate
deleted file mode 100755
index a6a8545bd..000000000
--- a/deps/v8/tools/oprofile/annotate
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# Source common stuff.
-. `cd $(dirname "$0");pwd`/common
-
-opannotate --assembly --session-dir="$OPROFILE_SESSION_DIR" "$shell_exec" "$@"
-