Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
Signed-off-by: Karsten Knese <[email protected]>
  • Loading branch information
Karsten1987 authored and bmagyar committed Jan 8, 2021
1 parent 0593abe commit eadd2f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/control_toolbox/dither.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ class Dither
double amplitude_; /**< Amplitude of the sweep. */
double saved_value_;
bool has_saved_value_;
double s_;
double x_;
std::mt19937 generator_; /**< random number generator for white noise. */
};
} // namespace control_toolbox
Expand Down

0 comments on commit eadd2f7

Please sign in to comment.