Merge pull request #1345 from mattleibow/websocket-continuation-frame-fix
[mono.git] / mcs / class / System / System.Configuration / IApplicationSettingsProvider.cs
index 0e3e1805aab0b54698d9d6489d76b19562725784..55901b191f5c3e25bfc31fdef9a78c88c44587ec 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System;
 
 namespace System.Configuration
@@ -45,5 +44,3 @@ namespace System.Configuration
        }
 
 }
-
-#endif