Remove the useless nested structure in StandardComponents::Class

This commit is contained in:
Username404 2021-12-31 23:46:08 +01:00
parent c00276a761
commit 6beccf242b
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 2 deletions

View File

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