Skip to content
Snippets Groups Projects
Commit 4e1c3a13 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix warning, remove unused header

parent bb3c5a82
No related branches found
No related tags found
2 merge requests!185Clean up interfaces and unneeded code in memory core classes,!178Draft: Make RobotStateMemory ready
This commit is part of merge request !178. Comments created here will be created in the context of that merge request.
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
#include <ArmarXCore/core/logging/Logging.h> #include <ArmarXCore/core/logging/Logging.h>
#include <ArmarXCore/core/application/properties/PropertyDefinitionContainer.h> #include <ArmarXCore/core/application/properties/PropertyDefinitionContainer.h>
// #include <ArmarXGui/libraries/RemoteGui/Client/Widgets.h>
#include <RobotAPI/components/ArViz/Client/Client.h> #include <RobotAPI/components/ArViz/Client/Client.h>
#include <RobotAPI/libraries/armem/core/MemoryID.h> #include <RobotAPI/libraries/armem/core/MemoryID.h>
......
...@@ -55,6 +55,7 @@ namespace armarx::aron ...@@ -55,6 +55,7 @@ namespace armarx::aron
{ {
nextMaybeType = getRandomElement(type::ALL_MAYBE_TYPES); nextMaybeType = getRandomElement(type::ALL_MAYBE_TYPES);
} }
(void) nextMaybeType; // Unused
switch (nextType) switch (nextType)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment