summaryrefslogtreecommitdiff
path: root/src/main/Simulator/Graph_07dly.c
diff options
context:
space:
mode:
authorbrenda-br2023-02-24 13:32:34 +0530
committerbrenda-br2023-02-24 13:32:34 +0530
commitb50743bc2fc56b8c071fa7ccce34698a038a7d3e (patch)
treeb92d12b28dbd00252757cae9c560819fbeeb1dfa /src/main/Simulator/Graph_07dly.c
parent688385aad786326be5d18c25d8f2a62e845d73e0 (diff)
downloadChemical-Simulator-GUI-b50743bc2fc56b8c071fa7ccce34698a038a7d3e.tar.gz
Chemical-Simulator-GUI-b50743bc2fc56b8c071fa7ccce34698a038a7d3e.tar.bz2
Chemical-Simulator-GUI-b50743bc2fc56b8c071fa7ccce34698a038a7d3e.zip
Fix #62 Restructure -3
Diffstat (limited to 'src/main/Simulator/Graph_07dly.c')
-rw-r--r--src/main/Simulator/Graph_07dly.c19
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
-