diff options
Diffstat (limited to 'src/interfaces/libpq++/examples/testlibpq3.cc')
| -rw-r--r-- | src/interfaces/libpq++/examples/testlibpq3.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/libpq++/examples/testlibpq3.cc b/src/interfaces/libpq++/examples/testlibpq3.cc index 1146dffac9..b1e94e487e 100644 --- a/src/interfaces/libpq++/examples/testlibpq3.cc +++ b/src/interfaces/libpq++/examples/testlibpq3.cc @@ -35,9 +35,8 @@ extern "C" { main() { char* dbName; - int nFields; - int i,j; int i_fnum, d_fnum, p_fnum; + int i; /* begin, by creating the parameter environtment for a backend connection. When no parameters are given then the system will |
