Skip to content

Commit

Permalink
remove die() from BUILD/autorun.sh
Browse files Browse the repository at this point in the history
This patch removes die() function from the BUILD/autorun.sh. It was
introduced in the c682570 commit (Fix BUILD/autorun.sh to really bail
out on error.). Last users of die() was removed in the 8664de2 commit
(WL#5665: Removal of the autotools-based build system) and since it is
not used anywhere.

No functionality changes. Just cleanup.
  • Loading branch information
0xAX committed Aug 25, 2016
1 parent 2024cdd commit 080ac47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BUILD/autorun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

# Create MySQL cmake configure wrapper

die() { echo "$@"; exit 1; }

# Use a configure script that will call CMake.
path=`dirname $0`
cp $path/cmake_configure.sh $path/../configure
Expand Down

0 comments on commit 080ac47

Please sign in to comment.