Remove unused 'RunningOnMono' property
This commit is contained in:
parent
89b97f9479
commit
208332b831
|
|
@ -8,14 +8,6 @@ namespace ServerComparison.FunctionalTests
|
|||
{
|
||||
public class Helpers
|
||||
{
|
||||
public static bool RunningOnMono
|
||||
{
|
||||
get
|
||||
{
|
||||
return Type.GetType("Mono.Runtime") != null;
|
||||
}
|
||||
}
|
||||
|
||||
public static string GetApplicationPath()
|
||||
{
|
||||
return Path.GetFullPath(Path.Combine("..", "ServerComparison.TestSites"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue