summaryrefslogtreecommitdiff
path: root/external/cecil/symbols/pdb/Microsoft.Cci.Pdb/PdbScope.cs
diff options
context:
space:
mode:
Diffstat (limited to 'external/cecil/symbols/pdb/Microsoft.Cci.Pdb/PdbScope.cs')
-rw-r--r--external/cecil/symbols/pdb/Microsoft.Cci.Pdb/PdbScope.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/cecil/symbols/pdb/Microsoft.Cci.Pdb/PdbScope.cs b/external/cecil/symbols/pdb/Microsoft.Cci.Pdb/PdbScope.cs
index c46220b80b..92ac385e99 100644
--- a/external/cecil/symbols/pdb/Microsoft.Cci.Pdb/PdbScope.cs
+++ b/external/cecil/symbols/pdb/Microsoft.Cci.Pdb/PdbScope.cs
@@ -80,7 +80,7 @@ namespace Microsoft.Cci.Pdb {
}
case SYM.S_MANSLOT:
- slots[slot++] = new PdbSlot(bits, out typind);
+ slots[slot++] = new PdbSlot(bits);
bits.Position = stop;
break;