CodeFactor review

This commit is contained in:
emeric
2022-02-02 13:58:04 +01:00
parent 483cb1bdda
commit b93a78e1f4
3 changed files with 0 additions and 3 deletions
@@ -68,7 +68,6 @@ class GroupByStatement
private:
std::string _statement; // SELECT statement
};
class SelectStatement
@@ -127,7 +127,6 @@ class TrackList : public Object<TrackList, TrackListId>
Wt::Dbo::ptr<User> _user;
Wt::Dbo::collection<Wt::Dbo::ptr<TrackListEntry>> _entries;
};
class TrackListEntry : public Object<TrackListEntry, TrackListEntryId>
-1
View File
@@ -51,7 +51,6 @@ TEST(som, Matrix)
TEST(som, InputVector)
{
{
InputVector test1 {2};
test1[0] = 0;