common/autoconf/basics.m4

Print this page

        

@@ -736,14 +736,6 @@
   if test -e $OUTPUT_ROOT/spec.gmk; then
     IS_RECONFIGURE=yes
   else
     IS_RECONFIGURE=no
   fi
-
-  if test -e $SRC_ROOT/build/.hide-configure-performance-hints; then
-    HIDE_PERFORMANCE_HINTS=yes
-  else
-    HIDE_PERFORMANCE_HINTS=no
-    # Hide it the next time around...
-    $TOUCH $SRC_ROOT/build/.hide-configure-performance-hints > /dev/null 2>&1
-  fi
 ])