You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.137
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
parent
e9207cf623
commit
ef583813eb
@@ -8,8 +8,6 @@
|
||||
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
#if !READ_ONLY
|
||||
|
||||
namespace Mono.Cecil.Pdb {
|
||||
|
||||
[Guid ("B01FAFEB-C450-3A4D-BEEC-B4CEEC01E006")]
|
||||
@@ -18,5 +16,3 @@ namespace Mono.Cecil.Pdb {
|
||||
interface ISymUnmanagedDocumentWriter {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -13,8 +13,6 @@ using System.Runtime.InteropServices.ComTypes;
|
||||
|
||||
using Mono.Cecil.Cil;
|
||||
|
||||
#if !READ_ONLY
|
||||
|
||||
namespace Mono.Cecil.Pdb {
|
||||
|
||||
[Guid ("0B97726E-9E6D-4f05-9A26-424022093CAA")]
|
||||
@@ -86,5 +84,3 @@ namespace Mono.Cecil.Pdb {
|
||||
[In] int sigToken);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -3,8 +3,6 @@ using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
|
||||
#if !READ_ONLY
|
||||
|
||||
namespace Mono.Cecil.Pdb {
|
||||
|
||||
[ComImport, InterfaceType (ComInterfaceType.InterfaceIsIUnknown), Guid ("BA3FEE4C-ECB9-4e41-83B7-183FA41CD859")]
|
||||
@@ -792,5 +790,3 @@ namespace Mono.Cecil.Pdb {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -35,12 +35,11 @@ namespace Mono.Cecil.Pdb {
|
||||
this.pdb_file = file;
|
||||
}
|
||||
|
||||
#if !READ_ONLY
|
||||
public ISymbolWriterProvider GetWriterProvider ()
|
||||
{
|
||||
return new NativePdbWriterProvider ();
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
uint Magic = 0x53445352;
|
||||
Guid Signature;
|
||||
|
||||
@@ -18,8 +18,6 @@ using Mono.Cecil.Cil;
|
||||
using Mono.Cecil.PE;
|
||||
using Mono.Collections.Generic;
|
||||
|
||||
#if !READ_ONLY
|
||||
|
||||
namespace Mono.Cecil.Pdb {
|
||||
|
||||
public class NativePdbWriter : ISymbolWriter {
|
||||
@@ -362,5 +360,3 @@ namespace Mono.Cecil.Pdb {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -65,8 +65,6 @@ namespace Mono.Cecil.Pdb {
|
||||
}
|
||||
}
|
||||
|
||||
#if !READ_ONLY
|
||||
|
||||
public sealed class NativePdbWriterProvider : ISymbolWriterProvider {
|
||||
|
||||
public ISymbolWriter GetSymbolWriter (ModuleDefinition module, string fileName)
|
||||
@@ -125,6 +123,4 @@ namespace Mono.Cecil.Pdb {
|
||||
return new NativePdbWriterProvider ().GetSymbolWriter (module, symbolStream);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
|
||||
using System;
|
||||
|
||||
#if !READ_ONLY
|
||||
|
||||
namespace Mono.Cecil.Pdb
|
||||
{
|
||||
internal class SymDocumentWriter
|
||||
@@ -28,5 +26,3 @@ namespace Mono.Cecil.Pdb
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -13,8 +13,6 @@ using System.Runtime.InteropServices;
|
||||
using Mono.Cecil.Cil;
|
||||
using Mono.Collections.Generic;
|
||||
|
||||
#if !READ_ONLY
|
||||
|
||||
namespace Mono.Cecil.Pdb
|
||||
{
|
||||
internal class SymWriter
|
||||
@@ -156,5 +154,3 @@ namespace Mono.Cecil.Pdb
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user