Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Feb 29, 2016
1 parent 70a41ef commit d30ec20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spaceman-diff
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ perDiffWidth=$(expr $screenWidthMinusBuffer / 2)
fileA=$2
fileB=$5

filenameA=$(basename "$1")
extA=${filenameA##*.}
filenameB=$(basename "$5")
extB=${filenameB##*.}

# Header row
if [ -f "$fileA" ] ; then
set +e
Expand Down

0 comments on commit d30ec20

Please sign in to comment.