File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ class WsjcppStorageCreateTable : public WsjcppStorageChanges {
119
119
120
120
private:
121
121
std::string TAG;
122
- std::string m_sTableName;
123
122
std::vector<WsjcppStorageColumnDef> m_vColumns;
124
123
};
125
124
@@ -143,7 +142,6 @@ class WsjcppStorageModifyTable : public WsjcppStorageChanges {
143
142
144
143
private:
145
144
std::string TAG;
146
- std::string m_sTableName;
147
145
std::vector<WsjcppStorageColumnDef> m_vAddColumns;
148
146
std::vector<WsjcppStorageColumnDef> m_vAlterColumns;
149
147
std::vector<std::string> m_vDropColumns;
@@ -161,7 +159,6 @@ class WsjcppStorageDropTable : public WsjcppStorageChanges {
161
159
162
160
private:
163
161
std::string TAG;
164
- std::string m_sTableName;
165
162
};
166
163
167
164
// ---------------------------------------------------------------------
@@ -397,4 +394,4 @@ class WsjcppStorageUpdates {
397
394
static classname * pRegistry ## classname = new classname();
398
395
399
396
400
- #endif // WSJCPP_STORAGES_H
397
+ #endif // WSJCPP_STORAGES_H
You can’t perform that action at this time.
0 commit comments