Skip to content

Commit

Permalink
Remove unneeded function
Browse files Browse the repository at this point in the history
  • Loading branch information
krx committed Aug 1, 2016
1 parent 71b3ce9 commit 717877e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 99 deletions.
6 changes: 0 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
DIR=$(cd "$(dirname ${BASH_SOURCE[0]})" && pwd)
TOOLS="$DIR/tools"

function prompt() {
read -p "$1 (y/n): " -n 1 -r
echo
[[ $REPLY =~ ^[Yy]$ ]]
}

# Install necessary python packages
python -c "import yaml; import xlsxwriter"
if [[ $? -ne 0 ]]; then
Expand Down
93 changes: 0 additions & 93 deletions original-challenges/KPRCA_00051/src/main.cc

This file was deleted.

0 comments on commit 717877e

Please sign in to comment.