X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Security%2FSystem.Security.Cryptography.Xml%2FXmlDecryptionTransform.cs;h=154061b1949adb39a9440c3b1b8277e33d52fa48;hb=097409cdab4f046189c17d4bd9490c8aecbc5ef4;hp=29b6d0970a0a70688f20f489ae3103824294899d;hpb=a5e40870bd3bb18e1681afed6c71e7edfdb80534;p=mono.git diff --git a/mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDecryptionTransform.cs b/mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDecryptionTransform.cs index 29b6d0970a0..154061b1949 100644 --- a/mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDecryptionTransform.cs +++ b/mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDecryptionTransform.cs @@ -27,7 +27,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 using System.Collections; using System.IO; @@ -193,4 +192,3 @@ namespace System.Security.Cryptography.Xml { } } -#endif