summaryrefslogtreecommitdiffstats
path: root/V8Binding/v8/tools/oprofile/annotate
diff options
context:
space:
mode:
Diffstat (limited to 'V8Binding/v8/tools/oprofile/annotate')
-rwxr-xr-xV8Binding/v8/tools/oprofile/annotate7
1 files changed, 0 insertions, 7 deletions
diff --git a/V8Binding/v8/tools/oprofile/annotate b/V8Binding/v8/tools/oprofile/annotate
deleted file mode 100755
index a6a8545..0000000
--- a/V8Binding/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" "$@"
-