1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

kernel: remove obsolete { }

This commit is contained in:
Steffen Vogel 2018-08-23 21:50:19 +02:00
parent 61bf4525c7
commit 93dbd9c964

View file

@ -34,7 +34,6 @@ int rt_init(int priority, int affinity)
{
info("Initialize real-time sub-system");
{
#ifdef __linux__
int is_rt;
@ -57,7 +56,6 @@ int rt_init(int priority, int affinity)
#else
warn("This platform is not optimized for real-time execution");
#endif
}
return 0;
}