diff --git a/src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp b/src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp index c397ae4267..571231b920 100644 --- a/src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp +++ b/src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp @@ -2800,11 +2800,11 @@ VariablesView::_AddTypeHandlerMenuIfNeeded(ModelNode* node, { ValueNodeChild* child = node->NodeChild(); - Type* type = child->GetType(); +// Type* type = child->GetType(); if (node->CountChildren() == 1 && node->ChildAt(0)->IsHidden()) { node = node->ChildAt(0); child = node->NodeChild(); - type = child->GetType(); +// type = child->GetType(); } int32 handlerCount = TypeHandlerRoster::Default()->CountTypeHandlers(