summaryrefslogtreecommitdiff
path: root/psqlodbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'psqlodbc.c')
-rw-r--r--psqlodbc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/psqlodbc.c b/psqlodbc.c
index a98358f..6445f3b 100644
--- a/psqlodbc.c
+++ b/psqlodbc.c
@@ -117,7 +117,6 @@ void copy_globals(GLOBAL_VALUES *to, const GLOBAL_VALUES *from)
CORR_VALCPY(debug);
CORR_VALCPY(commlog);
CORR_VALCPY(disable_optimizer);
- CORR_VALCPY(ksqo);
CORR_VALCPY(unique_index);
CORR_VALCPY(onlyread); /* readonly is reserved on Digital C++
* compiler */