mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
This commit is contained in:
@@ -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:
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user