]> granicus.if.org Git - php/commitdiff
charsets_dir is no longer needed
authorGeorg Richter <georg@php.net>
Fri, 13 May 2005 13:56:04 +0000 (13:56 +0000)
committerGeorg Richter <georg@php.net>
Fri, 13 May 2005 13:56:04 +0000 (13:56 +0000)
ext/mysqli/mysqli_nonapi.c

index 02eda47278798bfba3ab883cf41e316702447a36..e5f3cda7933285630cec5a66f402c4aeb7177b99 100644 (file)
@@ -29,8 +29,6 @@
 #include "ext/standard/info.h"
 #include "php_mysqli.h"
 
-extern const char *charsets_dir;
-
 /* {{{ proto object mysqli_connect([string hostname [,string username [,string passwd [,string dbname [,int port [,string socket]]]]]])
    Open a connection to a mysql server */ 
 PHP_FUNCTION(mysqli_connect)