Skip to content

Commit 4a406ed

Browse files
committed
Introduce uthash to the XML reader
All hashmaps have not yet been replaced by uthash, but a few of them now use pure C-based hashmaps.
1 parent 0283c7b commit 4a406ed

File tree

2 files changed

+178
-141
lines changed

2 files changed

+178
-141
lines changed

SimulationRuntime/c/simulation/simulation_info_json.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
#include <expat.h>
3434
#include <errno.h>
3535
#include <string.h>
36-
#include "util/uthash.h"
3736
#include <stdio.h>
3837
#include "util/rtclock.h"
3938
#include "util/omc_mmap.h"

0 commit comments

Comments
 (0)