diff options
author | smatz <smatz@openttd.org> | 2009-09-07 20:14:56 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-09-07 20:14:56 +0000 |
commit | cbc1fdeee1e73d0f42fd4be368e57c40807f88a9 (patch) | |
tree | 0cb92b4765d633958383d95244f2886573ef0d46 | |
parent | ba5e66a763f15bee33e4b639685f6c08d79fb9e0 (diff) | |
download | openttd-cbc1fdeee1e73d0f42fd4be368e57c40807f88a9.tar.xz |
(svn r17462) -Cleanup: remove unused variables
-rw-r--r-- | config.lib | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.lib b/config.lib index 0a847d9f3..9a61d6385 100644 --- a/config.lib +++ b/config.lib @@ -2810,8 +2810,6 @@ generate_src_normal() { } generate_src_osx() { - CLEAN_CFLAGS="$CFLAGS" - CLEAN_LDFLAGS="$LDFLAGS" cc_host_orig="$cc_host" cxx_host_orig="$cxx_host" |