Skip to content

Commit e955699

Browse files
committed
Remove unused variable
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent 65dfd6f commit e955699

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/FrameSemantics.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ inline namespace SDF_VERSION_NAMESPACE {
4444
// Helpful functions when debugging in gdb
4545
void printGraph(const ScopedGraph<PoseRelativeToGraph> &_graph)
4646
{
47-
std::stringstream ss;
4847
std::cout << _graph.Graph() << std::endl;
4948
}
5049
void printGraph(const ScopedGraph<FrameAttachedToGraph> &_graph)

0 commit comments

Comments
 (0)