summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_nonapi.c
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2003-12-13 10:15:45 +0000
committerGeorg Richter <georg@php.net>2003-12-13 10:15:45 +0000
commitec7ddff5c71c54c70172752decaa5b786cdc3b63 (patch)
tree5deee7398ab8dac466ba1c7d47b1236bec0df72b /ext/mysqli/mysqli_nonapi.c
parentf076fea77916e17bc6fdb9455886a20af4c4715c (diff)
downloadphp-git-ec7ddff5c71c54c70172752decaa5b786cdc3b63.tar.gz
removed old profiler stuff for embedded server
Diffstat (limited to 'ext/mysqli/mysqli_nonapi.c')
-rw-r--r--ext/mysqli/mysqli_nonapi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mysqli/mysqli_nonapi.c b/ext/mysqli/mysqli_nonapi.c
index 20f7718318..e6f8d6f364 100644
--- a/ext/mysqli/mysqli_nonapi.c
+++ b/ext/mysqli/mysqli_nonapi.c
@@ -103,7 +103,6 @@ PHP_FUNCTION(mysqli_embedded_connect)
zval *object = getThis();
char *dbname = NULL;
int dblen = 0;
- struct timeval starttime;
if (!MyG(embedded)) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Embedded server was not initialized.");
@@ -128,7 +127,6 @@ PHP_FUNCTION(mysqli_embedded_connect)
mysqli_resource = (MYSQLI_RESOURCE *)ecalloc (1, sizeof(MYSQLI_RESOURCE));
mysqli_resource->ptr = (void *)mysql;
- mysqli_resource->prinfo = prmysql;
if (!object) {
MYSQLI_RETURN_RESOURCE(mysqli_resource, mysqli_link_class_entry);