acc: Remove unused DEFAULT_USER_ID
This is no longer used, so it can be removed.
This commit is contained in:
parent
350f6e0aa4
commit
0fcdf37917
|
@ -27,9 +27,6 @@ struct UserData {
|
|||
};
|
||||
static_assert(sizeof(UserData) == 0x80, "UserData structure has incorrect size");
|
||||
|
||||
// TODO(ogniK): Generate a real user id based on username, md5(username) maybe?
|
||||
static UUID DEFAULT_USER_ID{1ull, 0ull};
|
||||
|
||||
class IProfile final : public ServiceFramework<IProfile> {
|
||||
public:
|
||||
explicit IProfile(UUID user_id, ProfileManager& profile_manager)
|
||||
|
|
Reference in New Issue