summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-09-05 21:12:55 +0000
committerfoobar <sniper@php.net>2002-09-05 21:12:55 +0000
commitd94758bec2d23ea12acd2a1db0b73eb1f0afd1f7 (patch)
tree8ff6ad0567204515b4739d14249d733a505091a8
parentd1009fe707a10c44adaf3881ee56f2a8699c630a (diff)
downloadphp-git-d94758bec2d23ea12acd2a1db0b73eb1f0afd1f7.tar.gz
Remove unnecessary commented code.
-rw-r--r--ext/standard/dl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/dl.c b/ext/standard/dl.c
index 9c15d85a42..06897ef767 100644
--- a/ext/standard/dl.c
+++ b/ext/standard/dl.c
@@ -26,7 +26,6 @@
#include "ext/standard/info.h"
#include "SAPI.h"
-/*#ifndef PHP_WIN32*/
#if !defined(PHP_WIN32) && !defined(NETWARE)
#include "build-defs.h"
#endif
@@ -35,7 +34,6 @@
#include <stdlib.h>
#include <stdio.h>
-/*#if HAVE_STRING_H*/
#ifdef HAVE_STRING_H
#include <string.h>
#else