diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-07-13 14:34:32 -0300 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-07-13 14:34:32 -0300 |
commit | 03ff26c759b6c7abfd2327bc7a6cab91f0a3ce0c (patch) | |
tree | 1687f437523313aca0d83f530f4d65251c4d5275 /BUILD | |
parent | 7ecb869b6edfc95dcd4b5fa01e246ee2403b2c68 (diff) | |
download | mariadb-git-03ff26c759b6c7abfd2327bc7a6cab91f0a3ce0c.tar.gz |
Remove leftovers from old versions of the code.
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/build_mccge.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD/build_mccge.sh b/BUILD/build_mccge.sh index b85252028ae..aae017aa54d 100755 --- a/BUILD/build_mccge.sh +++ b/BUILD/build_mccge.sh @@ -1066,7 +1066,6 @@ set_with_debug_flags() if test "x$with_debug_flag" = "xyes" ; then if test "x$developer_flag" = "xyes" ; then loc_debug_flags="-DUNIV_MUST_NOT_INLINE -DEXTRA_DEBUG -DFORCE_INIT_OF_VARS " - loc_debug_flags="$loc_debug_flags" compiler_flags="$compiler_flags $loc_debug_flags" fi fi |