From d67f25c23ae23cfd285eb54434dfbe854442203c Mon Sep 17 00:00:00 2001 From: skypjack Date: Sun, 14 Jul 2024 15:00:08 +0200 Subject: [PATCH] meta: drop unused function --- src/entt/meta/factory.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/entt/meta/factory.hpp b/src/entt/meta/factory.hpp index 0e4f4e8cd..5486d62f6 100644 --- a/src/entt/meta/factory.hpp +++ b/src/entt/meta/factory.hpp @@ -35,10 +35,6 @@ protected: return context.value[info->hash()]; } - void bucket(bucket_type *curr) { - properties = curr; - } - void track(const id_type id) noexcept { auto &&elem = this->owner(); ENTT_ASSERT(elem.id == id || !resolve(*ctx, id), "Duplicate identifier");