diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2015-07-23 19:05:14 +0100 |
---|---|---|
committer | Martin Peres <martin.peres@linux.intel.com> | 2015-07-27 15:49:52 +0300 |
commit | d86984f55d402e5d16d35c40bd9b401c679d0ca8 (patch) | |
tree | cbc727d619d280f7d599b98ec73e3aac48040993 /ezbench.sh | |
parent | 4e1e559d85970f81839f02ffbefa44fd3fbd0f4e (diff) |
Remove extra unguarded compile_pre_hook
Just a typo, nothing to see here.
Diffstat (limited to 'ezbench.sh')
-rwxr-xr-x | ezbench.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -217,8 +217,6 @@ meh_color=$c_bright_yellow function compile { [ -z "$makeCommand" ] && return - compile_pre_hook - # Call the user-defined pre-compile hook callIfDefined compile_pre_hook |