]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/engine/output.c
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / tools / build / src / engine / output.c
index 2d9f413823f2a7fce8465e2293cac3916726cf94..395d6c6df9d6fdc66c95e6ee695b583f30e1d473 100644 (file)
@@ -122,12 +122,6 @@ void out_action
         out_putc( '\n' );
     }
 
-    /* If the process expired, make user aware with an explicit message, but do
-     * this only for non-quiet actions.
-     */
-    if ( exit_reason == EXIT_TIMEOUT && action )
-        out_printf( "%ld second time limit exceeded\n", globs.timeout );
-
     /* Print out the command output, if requested, or if the program failed, but
      * only output for non-quiet actions.
      */
@@ -140,9 +134,6 @@ void out_action
         if ( err_d && ( globs.pipe_action & 2 /* STDERR_FILENO */ ) )
             err_data( err_d );
     }
-
-    out_flush();
-    err_flush();
 }