Skip to content

Commit 89a2299

Browse files
committed
Cleanup.
1 parent 06cb51a commit 89a2299

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

NtApiDotNet/Ndr/IdlNdrFormatterInternal.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ private string GetTypeDefName(NdrBaseTypeReference base_type)
478478
if ((supp_type != null && supp_type.BaseType == NdrFormatCharacter.FC_BIND_CONTEXT)
479479
|| base_type.Format == NdrFormatCharacter.FC_BIND_CONTEXT)
480480
{
481-
NdrHandleTypeReference handle_type = base_type as NdrHandleTypeReference;
482481
ContextHandleId index = new ContextHandleId() {
483482
Id = supp_type?.Argument2,
484483
Strict = false

0 commit comments

Comments
 (0)