mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-25 16:30:00 +00:00
Resolve warning: unreachable-code-break (remove break following return)
This commit is contained in:
@@ -87,8 +87,6 @@ void checkfor_storagefull(unsigned int npages) {
|
||||
#endif
|
||||
return; /*(NIL); */
|
||||
|
||||
break;
|
||||
|
||||
case SFS_SWITCHABLE:
|
||||
if (npages == NIL) {
|
||||
if (pagesleft <= 0) {
|
||||
|
||||
Reference in New Issue
Block a user