OSDN Git Service

Remove extra 'else' in solaris compiler code.
authorBruce Momjian <bruce@momjian.us>
Fri, 28 Apr 2006 04:32:10 +0000 (04:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 28 Apr 2006 04:32:10 +0000 (04:32 +0000)
src/template/solaris

index c8b522c..07efcc0 100644 (file)
@@ -4,7 +4,7 @@ if test "$GCC" != yes ; then
   if test "$enable_debug" != yes; then
     CFLAGS="$CFLAGS -O"                # any optimization breaks debug
   fi
-else
+
   # Pick the right test-and-set (TAS) code for the Sun compiler.
   # We would like to use in-line assembler, but the compiler
   # requires *.il files to be on every compile line, making