Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
jbevain committed Feb 24, 2017
1 parent ed3f474 commit c6bc984
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Mono.Cecil/AssemblyWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,6 @@ sealed class MetadataBuilder {
readonly Dictionary<ImportScopeRow, MetadataToken> import_scope_map;
readonly Dictionary<string, MetadataToken> document_map;

readonly internal bool write_symbols;

public MetadataBuilder (ModuleDefinition module, string fq_name, uint timestamp, ISymbolWriterProvider symbol_writer_provider, ISymbolWriter symbol_writer)
{
this.module = module;
Expand All @@ -876,7 +874,6 @@ public MetadataBuilder (ModuleDefinition module, string fq_name, uint timestamp,
}

this.symbol_writer = symbol_writer;
this.write_symbols = symbol_writer != null;

var pdb_writer = symbol_writer as PortablePdbWriter;
if (pdb_writer != null) {
Expand Down

0 comments on commit c6bc984

Please sign in to comment.