Removes call to DisableOverride which was removed with the OverrideShim

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2022-01-20 14:02:57 -08:00
parent c978e12efc
commit 4a7e00f125
@@ -51,7 +51,6 @@ namespace AZ::Dom
ValueAllocator()
: Base("DomValueAllocator", "Allocator for AZ::Dom::Value")
{
DisableOverriding();
}
};