1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Removed some unneeded variables and comparisons

This commit is contained in:
Michael Meskes
2009-05-20 16:13:18 +00:00
parent 7340793f31
commit 0754b391f3
15 changed files with 52 additions and 50 deletions

View File

@@ -185,7 +185,7 @@ if (sqlca.sqlcode < 0) sqlprint();}
return 0;
}
int main (int argc, char** argv)
int main ()
{
int i;
#ifdef WIN32