[w32file] Remove dead code
[mono.git] / mcs / errors / CS0012-9-lib.il
1 .assembly extern mscorlib
2 {
3 }
4
5 .assembly extern 'CS0012-lib-missing'
6 {
7 }
8
9 .assembly 'CS0012-9-lib'
10 {
11   .hash algorithm 0x00008004
12   .ver 0:0:0:0
13 }
14
15 .module 'CS0012-9-lib.dll'
16
17 .class public auto ansi beforefieldinit A
18        extends [mscorlib]System.Object
19 {
20   .method public hidebysig static void  M<(['CS0012-lib-missing']A1) T>() cil managed
21   {
22     IL_0000:  ret
23   }
24
25   .method public hidebysig specialname rtspecialname 
26           instance void  .ctor() cil managed
27   {
28     IL_0000:  ldarg.0
29     IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
30     IL_0006:  ret
31   }
32
33 }