Merge pull request #6889 from eed3si9n/wip/oldLastGrep

Fix Main.scala referencing oldLastGrep
This commit is contained in:
eugene yokota 2022-05-01 14:29:04 -04:00 committed by GitHub
commit 3a9a384035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -329,7 +329,6 @@ object BuiltinCommands {
startServer,
eval,
last,
oldLastGrep,
lastGrep,
export,
boot,
@ -626,7 +625,6 @@ object BuiltinCommands {
s
}
def lastGrep: Command =
lastGrepCommand(LastGrepCommand, lastGrepBrief, lastGrepDetailed, lastGrepParser)