Removed unnecessary workaround
This commit is contained in:
parent
106f18b496
commit
e96bb17e11
@ -72,7 +72,6 @@ private:
|
||||
return leaf->numBytes();
|
||||
default:
|
||||
ASSERT(false, "Unknown size policy");
|
||||
abort(); // The assert above already aborts. This is just to prevent the style checker from complaining about exiting a non-void function
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user