Skip to content

Commit e95d584

Browse files
committed
minor tweaks in ddebug.h.
1 parent 8dee9c2 commit e95d584

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ddebug.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
#include <stdarg.h>
2626
#include <stdio.h>
27-
2827
#include <stdarg.h>
2928

3029
static ngx_inline void
@@ -37,11 +36,7 @@ dd(const char * fmt, ...)
3736
#else
3837

3938
# if (NGX_HAVE_VARIADIC_MACROS)
40-
4139
# define dd(...)
42-
43-
# define dd_enter()
44-
4540
# else
4641

4742
#include <stdarg.h>

0 commit comments

Comments
 (0)