Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Li committed Feb 23, 2021
1 parent 5519ec6 commit 114bbbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/master_lock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# alive, a separate thread will extend the lifetime of the locks so that they
# do not expire even when the code in the critical section takes a long time to
# execute.
# todo: change to class?
module MasterLock
class UnconfiguredError < StandardError; end
class NotStartedError < StandardError; end
Expand Down

0 comments on commit 114bbbc

Please sign in to comment.