Skip to content

Commit

Permalink
minor tweaks in ddebug.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Jan 8, 2016
1 parent 8dee9c2 commit e95d584
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ddebug.h
Expand Up @@ -24,7 +24,6 @@

#include <stdarg.h>
#include <stdio.h>

#include <stdarg.h>

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

# if (NGX_HAVE_VARIADIC_MACROS)

# define dd(...)

# define dd_enter()

# else

#include <stdarg.h>
Expand Down

0 comments on commit e95d584

Please sign in to comment.