Richard Holland
2022-10-20 08:37:15 +00:00
parent ba24a3e72c
commit 0f72472980

View File

@@ -1181,6 +1181,8 @@ SetHook::setHook()
switch (op)
{
// this case is handled directly above already
case hsoNSDELETE:
case hsoNOOP:
{
// if a hook already exists here then migrate it to the new array
@@ -1192,12 +1194,6 @@ SetHook::setHook()
// every case below here is guarenteed to have a populated hookSetObj
// by the assert statement above
case hsoNSDELETE:
{
// this case is handled directly above already
continue;
}
case hsoDELETE:
{