summaryrefslogtreecommitdiff
path: root/src/main/Simulator/Graph_10asr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Simulator/Graph_10asr.c')
-rw-r--r--src/main/Simulator/Graph_10asr.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/main/Simulator/Graph_10asr.c b/src/main/Simulator/Graph_10asr.c
deleted file mode 100644
index 4cba66f..0000000
--- a/src/main/Simulator/Graph_10asr.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Asserts */
-#include "Graph_model.h"
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
-/* function to check assert after a step is done */
-int Graph_checkForAsserts(DATA *data, threadData_t *threadData)
-{
- TRACE_PUSH
-
-
- TRACE_POP
- return 0;
-}
-
-#if defined(__cplusplus)
-}
-#endif
-