Bump bockbuild.
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Xml / XmlDsigExcC14NWithCommentsTransform.cs
index e77509ae4ee11fb35e421116e304a7a0588b5b9b..db049afa88305e00d47b6c4377f93509b79b4476 100644 (file)
@@ -27,7 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 namespace System.Security.Cryptography.Xml {
        public class XmlDsigExcC14NWithCommentsTransform : XmlDsigExcC14NTransform {
@@ -37,7 +36,6 @@ namespace System.Security.Cryptography.Xml {
                public XmlDsigExcC14NWithCommentsTransform ()
                        : base (true)
                {
-                       Algorithm = XmlSignature.AlgorithmNamespaces.XmlDsigExcC14NWithCommentsTransform;
                }
 
                public XmlDsigExcC14NWithCommentsTransform (string inclusiveNamespacesPrefixList)
@@ -49,4 +47,3 @@ namespace System.Security.Cryptography.Xml {
        }
 }
 
-#endif