Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund committed Sep 5, 2024
1 parent 34cff76 commit ce72182
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/detail/rmw_context_impl_s.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "rmw/rmw.h"

///=============================================================================
class rmw_context_impl_s
class rmw_context_impl_s final
{
public:
// Constructor that internally initializes the Zenoh session and other artifacts.
Expand Down
3 changes: 1 addition & 2 deletions rmw_zenoh_cpp/src/detail/rmw_node_data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@

#include <memory>
#include <mutex>
#include <string>

#include "liveliness_utils.hpp"

namespace rmw_zenoh_cpp
{
///=============================================================================
// The NodeData can only be created via rmw_context_impl_s::create_node_data().
class NodeData
class NodeData final
{
public:
// Constructor.
Expand Down
2 changes: 0 additions & 2 deletions rmw_zenoh_cpp/src/rmw_zenoh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ rmw_create_node(
return nullptr;
}

printf("Created node %s\n", name);

node->implementation_identifier = rmw_zenoh_cpp::rmw_zenoh_identifier;
node->context = context;
// Store type erased rmw_context_impl_s in node->data so that the NodeData
Expand Down

0 comments on commit ce72182

Please sign in to comment.