diff options
author | Emery Hemingway <githubjunk@spam.works> | 2017-04-02 16:48:23 -0500 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-04-02 23:48:23 +0200 |
commit | dd7ebb2c95a47745c12a9bb8274b2362f96afea1 (patch) | |
tree | 0f114592e4bd380dccc851cf493ace8ad0377009 /lib/genode_cpp | |
parent | cab2ce7e8770f35561f002bab601358a09535ef2 (diff) | |
download | Nim-dd7ebb2c95a47745c12a9bb8274b2362f96afea1.tar.gz |
fixup! support for the Genode OS framework (#5653)
Allocate thread metadata at createThread.
Diffstat (limited to 'lib/genode_cpp')
-rw-r--r-- | lib/genode_cpp/threads.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/genode_cpp/threads.h b/lib/genode_cpp/threads.h index a1cd61cd2..043f808f1 100644 --- a/lib/genode_cpp/threads.h +++ b/lib/genode_cpp/threads.h @@ -13,7 +13,6 @@ #define _GENODE_CPP__THREAD_H_ #include <base/thread.h> -#include <util/avl_tree.h> #include <util/reconstructible.h> namespace Nim { struct SysThread; } |