X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Security.Cryptography%2FCspKeyContainerInfo.cs;h=0d0a8cab5cecb41837d8b6a7a49e6ae2aeea44ea;hb=863ddf25bfb4e88db7225dd4968a4403840c42af;hp=a079d7d114fcfa1e9903e9d9e9ba67ef693e698e;hpb=4eb352bcb3ef7a71dc9ab62c5cd2d5e7598619f7;p=mono.git diff --git a/mcs/class/corlib/System.Security.Cryptography/CspKeyContainerInfo.cs b/mcs/class/corlib/System.Security.Cryptography/CspKeyContainerInfo.cs index a079d7d114f..0d0a8cab5ce 100644 --- a/mcs/class/corlib/System.Security.Cryptography/CspKeyContainerInfo.cs +++ b/mcs/class/corlib/System.Security.Cryptography/CspKeyContainerInfo.cs @@ -27,8 +27,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 - using System.Runtime.InteropServices; using System.Security.AccessControl; @@ -111,5 +109,3 @@ namespace System.Security.Cryptography { } } } - -#endif