Cleanup in generated code

This commit is contained in:
rbock
2014-08-27 21:32:00 +02:00
parent 4ac4b1820b
commit d75862365b
2 changed files with 0 additions and 3 deletions

View File

@@ -175,7 +175,6 @@ for tableCreation in tableCreations:
print(' struct ' + tableClass + ': ' + NAMESPACE + '::table_t<' + tableTemplateParameters + '>', file=header)
print(' {', file=header)
print(' using _value_type = ' + NAMESPACE + '::no_value_t;', file=header)
print(' struct _name_t', file=header)
print(' {', file=header)
print(' static constexpr const char* _get_name() { return "' + sqlTableName + '"; }', file=header)