Skip to content

Commit 8e44c6f

Browse files
committed
Remove unused struct
1 parent 34fcbb6 commit 8e44c6f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

natvis/object_visualizer.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,6 @@ static HRESULT CreateChildVisualizedExpression(
340340
return S_OK;
341341
}
342342

343-
struct property_type
344-
{
345-
MethodDef get;
346-
MethodDef set;
347-
};
348-
349343
std::optional<PropertyCategory> GetPropertyCategory(
350344
Microsoft::VisualStudio::Debugger::DkmProcess* process,
351345
TypeSig const& owningType,

0 commit comments

Comments
 (0)