Skip to content

Commit 8f618c5

Browse files
committed
Remove property no longer in use
1 parent 104dbca commit 8f618c5

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/NUnitEngine/nunit.engine.core/Internal/NUnitConfiguration.cs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,5 @@ public static string EngineDirectory
2525
return _engineDirectory;
2626
}
2727
}
28-
29-
private static string _applicationDirectory;
30-
public static string ApplicationDirectory
31-
{
32-
get
33-
{
34-
if (_applicationDirectory == null)
35-
{
36-
_applicationDirectory = Path.Combine(
37-
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),
38-
"NUnit");
39-
}
40-
41-
return _applicationDirectory;
42-
}
43-
}
4428
}
4529
}

0 commit comments

Comments
 (0)