Skip to content

Commit

Permalink
remove unreferenced (not used) value
Browse files Browse the repository at this point in the history
  • Loading branch information
EhsanRanjbari committed Jun 19, 2024
1 parent 45af978 commit 3d543c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/HapticGlove_module/src/HapticGloveModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ bool HapticGloveModule::configure(yarp::os::ResourceFinder& rf)
{
m_state = HapticGloveFSM::Configuring;

yarp::os::Value* value;

// check if the configuration file is empty
if (rf.isNull())
{
Expand Down

0 comments on commit 3d543c9

Please sign in to comment.