[mono-api-html] Fix compiler warning.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 28 Jan 2016 14:33:32 +0000 (15:33 +0100)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 28 Jan 2016 14:33:53 +0000 (15:33 +0100)
mcs/tools/corcompare/mono-api-html/MemberComparer.cs

index 92e36e8fd7953939fabedb51d186ec0b78756aa9..4d703dc0618fb0d0e4d5824b3abfe029eb1c32bd 100644 (file)
@@ -199,7 +199,6 @@ namespace Xamarin.ApiDiff {
                public virtual void BeforeAdding (IEnumerable<XElement> list)
                {
                        first = true;
-                       bool isInterface = list.Count () > 0 && IsInInterface (list.First ());
                        Output.WriteLine ("<div>");
                        Output.WriteLine ("<p>Added {0}:</p>", list.Count () > 1 ? GroupName : ElementName);
                        Output.WriteLine ("<pre>");