From 27fee4d8b4b47635e7d96a7a857906e6ecb98565 Mon Sep 17 00:00:00 2001 From: Teashrock Date: Thu, 9 Jan 2020 12:48:13 +0200 Subject: [PATCH] Deleted misplaced separator (#13085) [backport] Misplaced separator, which was constantly breaking compilation on Haiku OS, was deleted. --- lib/pure/includes/osseps.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pure/includes/osseps.nim b/lib/pure/includes/osseps.nim index bfe75bbaa74f..bafef686d54b 100644 --- a/lib/pure/includes/osseps.nim +++ b/lib/pure/includes/osseps.nim @@ -35,7 +35,6 @@ const AltSep* = when doslikeFileSystem: '/' - elif defined(haiku): ':' else: DirSep ## An alternative character used by the operating system to separate ## pathname components, or the same as `DirSep <#DirSep>`_ if only one separator