diff options
Diffstat (limited to 'src/main/Simulator/Graph_07dly.c')
-rw-r--r-- | src/main/Simulator/Graph_07dly.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/main/Simulator/Graph_07dly.c b/src/main/Simulator/Graph_07dly.c deleted file mode 100644 index b9fd8c3..0000000 --- a/src/main/Simulator/Graph_07dly.c +++ /dev/null @@ -1,19 +0,0 @@ -/* Delay */ -#include "Graph_model.h" -#if defined(__cplusplus) -extern "C" { -#endif - -int Graph_function_storeDelayed(DATA *data, threadData_t *threadData) -{ - TRACE_PUSH - - - TRACE_POP - return 0; -} - -#if defined(__cplusplus) -} -#endif - |