No need for LAST if the compiler still barks anyway.

This commit is contained in:
Jeff Young 2020-11-14 22:02:22 +00:00
parent d094f86b1a
commit e97faa6afd
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ public:
case S_SEGMENT: case S_SEGMENT:
case S_ARC: case S_ARC:
case S_CURVE: case S_CURVE:
case S_LAST:
return false; return false;
} }