From: Frank M. Kromann Date: Fri, 26 Oct 2001 17:50:33 +0000 (+0000) Subject: Removed unused code X-Git-Tag: POST_PARAMETER_PARSING_API~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2384eb7d624e7ae7024d8e353fec46e961903011;p=php Removed unused code --- diff --git a/ext/fbsql/php_fbsql.c b/ext/fbsql/php_fbsql.c index 73f296c2d4..0807f953e4 100644 --- a/ext/fbsql/php_fbsql.c +++ b/ext/fbsql/php_fbsql.c @@ -99,7 +99,6 @@ typedef struct PHPFBLink PHPFBLink; /* Some functions which should be exported from FBCAccess */ void* fbaObjectAtIndex(); -void fbcInitialize(); void fbaRelease(); unsigned int fbaCount(); @@ -2333,7 +2332,7 @@ void phpfbColumnAsString (PHPFBResult* result, int column, void* data , int* len /* {{{ phpfbSqlResult */ -void phpfbSqlResult (INTERNAL_FUNCTION_PARAMETERS, PHPFBResult* result, int rowIndex, int columnIndex) +void phpfbSqlResult(INTERNAL_FUNCTION_PARAMETERS, PHPFBResult* result, int rowIndex, int columnIndex) { void** row; if (result->list)