From 2675f920652cc9218b4b3dc513c76b0546a5a5ae Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 22 Mar 2018 13:24:02 +0100 Subject: sys/linux: add cgroup descriptions --- executor/test_executor_linux.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'executor/test_executor_linux.cc') diff --git a/executor/test_executor_linux.cc b/executor/test_executor_linux.cc index 01180624b..27292ce27 100644 --- a/executor/test_executor_linux.cc +++ b/executor/test_executor_linux.cc @@ -8,10 +8,6 @@ #include -void loop() -{ -} // to prevent warning: ‘void loop()’ used but never defined - extern "C" int test_copyin() { unsigned char x[4] = {}; -- cgit mrf-deployment