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:
parent
61bf4525c7
commit
93dbd9c964
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue