Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Apr 23, 2024
1 parent 8f47355 commit a33b752
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//sourcehash: bc44be11fc66376f87aea7998f9fb46886a6d5d07cd4b46d1f955c0b24b7c543
//sourcehash: d7a7f8174dbcf2b05541cb28d7bab9eebd18ba5c1a300e45f1b783ee24167f4e

/*
This file contains docstrings for use in the Python bindings.
Expand Down Expand Up @@ -135,8 +135,6 @@ SensorConfiguration is compatible.
Parameter ``other``:)doc";

static const char *__doc_themachinethatgoesping_navigation_I_NavigationInterpolator_name = R"doc()doc";

static const char *__doc_themachinethatgoesping_navigation_I_NavigationInterpolator_operator_eq = R"doc()doc";

static const char *__doc_themachinethatgoesping_navigation_I_NavigationInterpolator_operator_ne = R"doc()doc";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ namespace navigation {
*/
class I_NavigationInterpolator
{
std::string_view _name;

protected:
virtual std::string class_name() const { return "I_NavigationInterpolator"; }

Expand Down

0 comments on commit a33b752

Please sign in to comment.