OSDN Git Service

未使用変数を除去
authorsyo68k <syo68k@users.sourceforge.jp>
Wed, 6 Oct 2010 21:59:30 +0000 (21:59 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:15:47 +0000 (23:15 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@942 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Thumbnail.vb

index 6fb58e2..15da3a3 100644 (file)
@@ -1824,7 +1824,6 @@ Public Class Thumbnail
         Dim imgurl As String = Nothing
         If http.GetData(apiurl, Nothing, src, 0, args.errmsg) Then
             Dim xdoc As New XmlDocument
-            Dim xNode As XmlNode
             Dim sb As New StringBuilder
             Try
                 xdoc.LoadXml(src)