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:
@@ -185,7 +185,7 @@ if (sqlca.sqlcode < 0) sqlprint();}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int main (int argc, char** argv)
|
||||
int main ()
|
||||
{
|
||||
int i;
|
||||
#ifdef WIN32
|
||||
|
Reference in New Issue
Block a user