]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove deadcode
authorMark Andrews <marka@isc.org>
Tue, 20 Feb 2018 02:04:58 +0000 (13:04 +1100)
committerMark Andrews <marka@isc.org>
Sun, 25 Feb 2018 23:48:15 +0000 (10:48 +1100)
(cherry picked from commit b71a1386ed197d97852df604115ca1d2cafef067)

bin/win32/BINDInstall/VersionInfo.cpp

index fab49bf59449c555f985a89effb3a04f87488b0a..e83348fa2a2ead076f7edd14fdf4d0a4e6b7b416 100644 (file)
@@ -177,7 +177,6 @@ BOOL CVersionInfo::CopyFileCheckVersion(CVersionInfo &originalFile)
 
 BOOL CVersionInfo::CopyFileNoVersion(CVersionInfo &originalFile)
 {
-       int x = 7;
        return(CopyFile(originalFile.GetFilename(), m_filename, FALSE));
 }