fix getAbstractedFunctions()

This commit is contained in:
Volker Berlin 2020-03-20 19:47:42 +01:00
parent dd01ad10b2
commit dbf658ec41

View File

@ -252,8 +252,7 @@ class FunctionManager {
Iterator<FunctionName> getAbstractedFunctions() {
return iterator( entry -> {
switch( entry.getValue().state ) {
case Needed:
case Scanned:
case Abstract:
return true;
default:
return false;