bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 06/66] ddb/db_output.c: remove call to nonexistent db_printf_ente


From: Marin Ramesa
Subject: [PATCH 06/66] ddb/db_output.c: remove call to nonexistent db_printf_enter()
Date: Thu, 5 Dec 2013 22:03:00 +0100

* ddb/db_output.c [db_printf_enter] (db_printf_enter): Remove call to 
nonexistent function.

---
 ddb/db_output.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ddb/db_output.c b/ddb/db_output.c
index c08db6f..268de69 100644
--- a/ddb/db_output.c
+++ b/ddb/db_output.c
@@ -210,9 +210,6 @@ db_printf(const char *fmt, ...)
 {
        va_list listp;
 
-#ifdef db_printf_enter
-       db_printf_enter();      /* optional multiP serialization */
-#endif
        va_start(listp, fmt);
        _doprnt(fmt, listp, db_id_putc, db_radix, 0);
        va_end(listp);
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]