diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-02-19 11:38:56 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-02-19 11:38:56 +1100 |
commit | 394a517518fe6b7e08019d40a864f76aedb386a3 (patch) | |
tree | 2b4bf74536c8be4303f672cab2c66a1d9cdb5148 /script/performance/profiler | |
parent | e88d516a04da1c429abe7ac5fd635ce952044e05 (diff) |
Remove Rails 2 scripts
Diffstat (limited to 'script/performance/profiler')
-rwxr-xr-x | script/performance/profiler | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/script/performance/profiler b/script/performance/profiler deleted file mode 100755 index 11baf44f2..000000000 --- a/script/performance/profiler +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -require File.expand_path(File.dirname(__FILE__) + '/../config/boot.rb') -require 'commands/performance/profiler' |