Skip to content

Commit b46b44b

Browse files
committed
remove unused status
1 parent 56c53b1 commit b46b44b

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

export/include/fmu4cpp/status.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ typedef enum {
88
fmiDiscard,
99
fmiError,
1010
fmiFatal,
11-
fmiPending, // Only used in FMI 2
1211
fmiStatusUnknown // Optional: for error handling or undefined states
1312
} fmiStatus;
1413

export/src/fmu4cpp/fmi2.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ namespace {
2424
return fmi2Error;
2525
case fmiFatal:
2626
return fmi2Fatal;
27-
case fmiPending:
28-
return fmi2Pending;
2927
default:
3028
return fmi2Error;
3129
}

0 commit comments

Comments
 (0)