Skip to content

Commit

Permalink
remove left over is_initialized() implementation (#1711)
Browse files Browse the repository at this point in the history
Leftover from #1622

Signed-off-by: William Woodall <william@osrfoundation.org>
  • Loading branch information
wjwwood committed Jul 13, 2021
1 parent 0034929 commit 4ecb3dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rclcpp/src/rclcpp/utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,6 @@ ok(Context::SharedPtr context)
return context->is_valid();
}

bool
is_initialized(Context::SharedPtr context)
{
return ok(context);
}

bool
shutdown(Context::SharedPtr context, const std::string & reason)
{
Expand Down

0 comments on commit 4ecb3dd

Please sign in to comment.