CodeFactor review
This commit is contained in:
@@ -68,7 +68,6 @@ class GroupByStatement
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
std::string _statement; // SELECT statement
|
std::string _statement; // SELECT statement
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class SelectStatement
|
class SelectStatement
|
||||||
|
|||||||
@@ -127,7 +127,6 @@ class TrackList : public Object<TrackList, TrackListId>
|
|||||||
|
|
||||||
Wt::Dbo::ptr<User> _user;
|
Wt::Dbo::ptr<User> _user;
|
||||||
Wt::Dbo::collection<Wt::Dbo::ptr<TrackListEntry>> _entries;
|
Wt::Dbo::collection<Wt::Dbo::ptr<TrackListEntry>> _entries;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class TrackListEntry : public Object<TrackListEntry, TrackListEntryId>
|
class TrackListEntry : public Object<TrackListEntry, TrackListEntryId>
|
||||||
|
|||||||
@@ -51,7 +51,6 @@ TEST(som, Matrix)
|
|||||||
|
|
||||||
TEST(som, InputVector)
|
TEST(som, InputVector)
|
||||||
{
|
{
|
||||||
|
|
||||||
{
|
{
|
||||||
InputVector test1 {2};
|
InputVector test1 {2};
|
||||||
test1[0] = 0;
|
test1[0] = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user