Skip to content

Commit

Permalink
Remove method deemed temporary ~5 years ago
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jan 22, 2020
1 parent 11a8d57 commit b7a63a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core.c/Distro.pm6
Expand Up @@ -23,9 +23,6 @@ class Distro does Systemic {
$!version = Version.new($version);
$!is-win = so $!name eq any <mswin32 mingw msys cygwin>;
}

# This is a temporary migration method needed for installation
method cur-sep() { "," }
}

sub INITIALIZE-A-DISTRO-NOW() {
Expand Down

0 comments on commit b7a63a5

Please sign in to comment.