diff options
Diffstat (limited to 'cs/src/Ice/BasicInputStream.cs')
-rw-r--r-- | cs/src/Ice/BasicInputStream.cs | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/cs/src/Ice/BasicInputStream.cs b/cs/src/Ice/BasicInputStream.cs deleted file mode 100644 index 0a26dfb4339..00000000000 --- a/cs/src/Ice/BasicInputStream.cs +++ /dev/null @@ -1,22 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. -// -// This copy of Ice is licensed to you under the terms described in the -// ICE_LICENSE file included in this distribution. -// -// ********************************************************************** - -namespace IceInternal -{ - public class BasicInputStream : BasicStream - { - public BasicInputStream(Instance instance, Ice.InputStream inStream) - : base(instance) - { - in_ = inStream; - } - - public Ice.InputStream in_; - } -} |