diff --git a/test/ServerComparison.FunctionalTests/Helpers.cs b/test/ServerComparison.FunctionalTests/Helpers.cs index 388420bbb5..07c493bd6a 100644 --- a/test/ServerComparison.FunctionalTests/Helpers.cs +++ b/test/ServerComparison.FunctionalTests/Helpers.cs @@ -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"));