summaryrefslogtreecommitdiff
path: root/Simulator/Flowsheet_07dly.c
diff options
context:
space:
mode:
Diffstat (limited to 'Simulator/Flowsheet_07dly.c')
-rw-r--r--Simulator/Flowsheet_07dly.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/Simulator/Flowsheet_07dly.c b/Simulator/Flowsheet_07dly.c
deleted file mode 100644
index 76bf398..0000000
--- a/Simulator/Flowsheet_07dly.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* Delay */
-#include "Flowsheet_model.h"
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
-int Flowsheet_function_storeDelayed(DATA *data, threadData_t *threadData)
-{
- TRACE_PUSH
-
-
- TRACE_POP
- return 0;
-}
-
-#if defined(__cplusplus)
-}
-#endif
-