diff options
Diffstat (limited to 'storage/connect/tabjson.cpp')
-rw-r--r-- | storage/connect/tabjson.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/connect/tabjson.cpp b/storage/connect/tabjson.cpp index 402a0a1de37..aa048ebffc4 100644 --- a/storage/connect/tabjson.cpp +++ b/storage/connect/tabjson.cpp @@ -1023,7 +1023,6 @@ bool TDBJSN::OpenDB(PGLOBAL g) /*********************************************************************/ /* Lrecl is Ok. */ /*********************************************************************/ - size_t linelen = Lrecl; MODE mode = Mode; // Buffer must be allocated in g->Sarea @@ -1732,7 +1731,6 @@ void JSONCOL::ReadColumn(PGLOBAL g) /***********************************************************************/ PVAL JSONCOL::GetColumnValue(PGLOBAL g, PJSON row, int i) { - int n = Nod - 1; PJAR arp; PJVAL val = NULL; |