Merge pull request #910 from akoeplinger/cleanup-test-ignores
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / IStream.cs
index fff931ddeb9374f26371666ed2287b3779336137..78cccb04894b0993536a61294a873954d7d2c8c8 100644 (file)
@@ -28,7 +28,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
 using System;
 using System.Runtime.InteropServices.ComTypes;
 
@@ -52,4 +51,3 @@ namespace System.Runtime.InteropServices.ComTypes
                void Clone (out IStream ppstm);
        }
 }
-#endif