diff --git a/src/villas-node.cpp b/src/villas-node.cpp index 165f0fc28..342c2d96a 100644 --- a/src/villas-node.cpp +++ b/src/villas-node.cpp @@ -64,13 +64,7 @@ class Node : public Tool { public: Node(int argc, char *argv[]) : Tool(argc, argv, "node") - { - int ret; - - ret = memory_init(DEFAULT_NR_HUGEPAGES); - if (ret) - throw RuntimeError("Failed to initialize memory"); - } + { } protected: SuperNode sn;