Skip to content

Commit

Permalink
Remove obsolete shell function.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Jan 13, 2020
1 parent b741bd7 commit 9802354
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ substitute() {
"$1"
}

# Generate Windows makefiles.
# Add carriage returns to turn them into MS-DOS format.
makewinmake() {
./tools/template2mak.py "$1" | tr -d '\r' | sed -e 's/$/\r/' >"$2"
}


# Use templating system to generate various Makefiles.
expand_templates() {
Expand Down

0 comments on commit 9802354

Please sign in to comment.