remove forgotten unused variables

This commit is contained in:
UbitUmarov
2020-08-03 14:03:18 +01:00
parent 71e293c925
commit 364cf699fb

View File

@@ -768,9 +768,6 @@ namespace OpenSim.Framework.Servers
string gitDir = "../.git/";
string gitRefPointerPath = gitDir + "HEAD";
string inputLine;
int strcmp;
if (File.Exists(manualVersionFileName))
{
using (StreamReader CommitFile = File.OpenText(manualVersionFileName))