commit | d8217422c8bc5e865e0acbea92c47eed38865b2a | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Wed Apr 02 22:09:43 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | Wed Apr 02 22:09:43 2008 +0000 |
tree | c7da30770d596eafac97c5045fc26ae13425b8bd | |
parent | cfb23bb8db2aa69486775b957693f9f48d24598e [diff] |
C#: Fix a bug in the TApplicationException reader. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665629 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/csharp/src/TApplicationException.cs b/lib/csharp/src/TApplicationException.cs index e9d200a..4248664 100644 --- a/lib/csharp/src/TApplicationException.cs +++ b/lib/csharp/src/TApplicationException.cs
@@ -39,7 +39,6 @@ public static TApplicationException Read(TProtocol iprot) { TField field; - TStruct struc = iprot.ReadStructBegin(); string message = null; ExceptionType type = ExceptionType.Unknown;