Skip to content
Snippets Groups Projects
Commit b65e78dd authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

rts/ipe: Fix unused lock warning

parent 1464a2a8
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,10 @@ this all IPE lists of all IpeBufferListNode are traversed to insert all IPEs.
After the content of a IpeBufferListNode has been inserted, it's freed.
*/
#if defined(THREADED_RTS)
static Mutex ipeMapLock;
#endif
// Protected by ipeMapLock
static HashTable *ipeMap = NULL;
// Accessed atomically
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment