From: David Reiss Date: Wed, 2 Apr 2008 22:09:43 +0000 (+0000) Subject: C#: Fix a bug in the TApplicationException reader. X-Git-Tag: 0.2.0~843 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=d8217422c8bc5e865e0acbea92c47eed38865b2a;p=common%2Fthrift.git 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 e9d200a9..42486643 100644 --- a/lib/csharp/src/TApplicationException.cs +++ b/lib/csharp/src/TApplicationException.cs @@ -39,7 +39,6 @@ namespace Thrift public static TApplicationException Read(TProtocol iprot) { TField field; - TStruct struc = iprot.ReadStructBegin(); string message = null; ExceptionType type = ExceptionType.Unknown;