Remove some uses of "object_files"
[deliverable/binutils-gdb.git] / gdb / memattr.c
index 83d708fed7a3b34d701b24642eb46a4fce1c783f..858a41abfb423ac66c1d4f3343682e23b1e62d33 100644 (file)
@@ -25,7 +25,7 @@
 #include "target-dcache.h"
 #include "value.h"
 #include "language.h"
-#include "vec.h"
+#include "common/vec.h"
 #include "breakpoint.h"
 #include "cli/cli-utils.h"
 #include <algorithm>
@@ -459,8 +459,6 @@ info_mem_command (const char *args, int from_tty)
 #endif
 
       printf_filtered ("\n");
-
-      gdb_flush (gdb_stdout);
     }
 }
 \f
This page took 0.02466 seconds and 4 git commands to generate.