From: Felipe Pena Date: Sun, 1 Dec 2013 17:00:28 +0000 (-0200) Subject: - CS X-Git-Tag: php-5.6.0alpha1~110^2~30^2~10^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dda2980ff8dc8c3b9e24c5ecc3d2578ca783418;p=php - CS --- diff --git a/phpdbg_utils.c b/phpdbg_utils.c index 4b58448f0a..c81358db28 100644 --- a/phpdbg_utils.c +++ b/phpdbg_utils.c @@ -246,12 +246,10 @@ PHPDBG_API int phpdbg_rlog(FILE *fp, const char *fmt, ...) { /* {{{ */ int rc = 0; va_list args; - time_t now; struct timeval tp; va_start(args, fmt); - if (gettimeofday(&tp, NULL) == SUCCESS) - { + if (gettimeofday(&tp, NULL) == SUCCESS) { char friendly[100]; char *format = NULL, *buffer = NULL;