diff options
author | Teashrock <kajitsu22@gmail.com> | 2020-01-09 12:48:13 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-01-09 11:48:13 +0100 |
commit | 27fee4d8b4b47635e7d96a7a857906e6ecb98565 (patch) | |
tree | b081fccfa4eddf56768c30c9b00a60945bad4f4c /lib | |
parent | 56fb9096761ad401675a2367ae3681c50b7ce485 (diff) | |
download | Nim-27fee4d8b4b47635e7d96a7a857906e6ecb98565.tar.gz |
Deleted misplaced separator (#13085) [backport]
Misplaced separator, which was constantly breaking compilation on Haiku OS, was deleted.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pure/includes/osseps.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pure/includes/osseps.nim b/lib/pure/includes/osseps.nim index bfe75bbaa..bafef686d 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 |