summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2014-07-02 13:10:32 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2014-07-02 13:15:27 +0200
commit0a008b6c91a498e35b66b26d496fce5d4863a44e (patch)
tree111cb11dee42a47d589aaa8f18a3256bd7146e89
parente26735afa2e397c632537fe5e799569192b5e3f6 (diff)
odbc: remove unused member
fIsStringBLOB is only used in pluginapids. Found by gcc 4.9.
-rwxr-xr-xsrc/DB_interfaces/odbc_db/odbcapids.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DB_interfaces/odbc_db/odbcapids.h b/src/DB_interfaces/odbc_db/odbcapids.h
index 4e73f23..33ac5a0 100755
--- a/src/DB_interfaces/odbc_db/odbcapids.h
+++ b/src/DB_interfaces/odbc_db/odbcapids.h
@@ -674,7 +674,6 @@ private:
// Vars
TODBCApiDS *fODBCdsP; // datastore which can be asked to retrieve data
TODBCFieldMapItem *fFieldMapP; // field map item config (contains SQL needed to fetch BLOB field)
- bool fIsStringBLOB; // if set, the blob must be treated as a string (applying DB charset conversions)
string fMasterKey; // key of master (main) record containing the field to be retrieved
string fDetailKey; // optional key of detail record, available only when "keyfield" attribute is present in <map>
bool fFetched; // already fetched (if value is empty, fBlobBuffer may still be NULL)