Skip to content

Commit

Permalink
Remove needless function
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Sep 18, 2014
1 parent 92578cf commit 2faa87e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions install.sh
Expand Up @@ -144,14 +144,6 @@ determine_hostname() {
return 1
}

input_hostname() {
prompt="$1: "
while read -p "$prompt" TYPED_HOSTNAME </dev/tty; do
if [ "$TYPED_HOSTNAME" != "" ]; then break; fi
done
return 0
}


install_rroonga() {
# Install Rroonga globally from a public gem, because custom build
Expand Down

0 comments on commit 2faa87e

Please sign in to comment.