Removed unused class.
This commit is contained in:
parent
ec546758a8
commit
59dc239c67
@ -61,23 +61,6 @@ struct ConstantDeclaration
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
struct Dummy
|
||||
{
|
||||
explicit Dummy(std::string name)
|
||||
: name{name}
|
||||
{
|
||||
}
|
||||
|
||||
Dummy(const Dummy &other) = delete;
|
||||
Dummy &operator=(const Dummy &&other) = delete;
|
||||
Dummy(Dummy &&other) = default;
|
||||
Dummy &operator=(Dummy &&other) = default;
|
||||
|
||||
std::string name;
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
struct PrimitiveType
|
||||
{
|
||||
explicit PrimitiveType(PrimitiveTypeDeclaration *declaration)
|
||||
|
Reference in New Issue
Block a user