Skip to content

Commit 7793fb4

Browse files
authored
Removing unnecessary Error case for empty list
* Was intended to be a second example, but is not yet implemented
1 parent d4fdc7b commit 7793fb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

GCD/GCD.playground/Contents.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ func findEasySolution(_ m: Int, _ n: Int) -> Int? {
106106

107107
enum LCMError: Error {
108108
case divisionByZero
109-
case lcmEmptyList
110109
}
111110

112111
/*

0 commit comments

Comments
 (0)