Remove the useless nested structure in StandardComponents::Class

This commit is contained in:
Username404 2021-12-31 23:46:08 +01:00
parent 17ea99118c
commit ae2a661427
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1

View File

@ -35,8 +35,6 @@ namespace StandardComponents {
};
struct Class: NamedIdentifier {
struct Constructor {};
Constructor constructor;
using NamedIdentifier::NamedIdentifier;
};
namespace types {