Skip to content
Snippets Groups Projects
Commit 9204a04e authored by Ben Gamari's avatar Ben Gamari
Browse files

rts/IPE: Don't expose helper in header

parent 6948e24d
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ static HashTable *ipeMap = NULL;
static IpeBufferListNode *ipeBufferList = NULL;
static void decompressIPEBufferListNodeIfCompressed(IpeBufferListNode*);
static void updateIpeMap(void);
#if defined(THREADED_RTS)
......
......@@ -14,7 +14,6 @@
#include "BeginPrivate.h"
void dumpIPEToEventLog(void);
void updateIpeMap(void);
void initIpe(void);
void exitIpe(void);
......
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