Fixed a compiler warning by removing a stray struct initializer.

This commit is contained in:
Alexey Kopytov
2015-10-13 22:51:06 +03:00
parent 858ee03fd3
commit 5aa550c00f

View File

@ -90,8 +90,6 @@ static drv_caps_t pgsql_drv_caps =
0, /* needs_commit */
1, /* serial */
0, /* unsigned int */
NULL /* table_options_str */
};
/* Describes the PostgreSQL prepared statement */