Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 34a6067

Browse files
authoredOct 30, 2018
Also removes the lcmEmptyList from the actual code file
1 parent 7793fb4 commit 34a6067

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎GCD/GCD.swift

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

106106
enum LCMError: Error {
107107
case divisionByZero
108-
case lcmEmptyList
109108
}
110109

111110
/*

0 commit comments

Comments
 (0)
Please sign in to comment.