Skip to content

Commit

Permalink
Deleted misplaced separator (nim-lang#13085) [backport]
Browse files Browse the repository at this point in the history
Misplaced separator, which was constantly breaking compilation on Haiku OS, was deleted.
  • Loading branch information
Teashrock authored and Araq committed Jan 9, 2020
1 parent 56fb909 commit 27fee4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pure/includes/osseps.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27fee4d

Please sign in to comment.