Skip to content

Commit

Permalink
remove unused stub method
Browse files Browse the repository at this point in the history
  • Loading branch information
bdurand committed Dec 22, 2023
1 parent b28a74e commit cb84a78
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.1.4

### Removed

- Removed unimplemented method stub.

## 1.1.3

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.1.3
1.1.4
3 changes: 0 additions & 3 deletions lib/restrainer.rb
Expand Up @@ -151,9 +151,6 @@ def lock!(process_id = nil, limit: nil)
process_id
end

def lock(process_id = nil, limit: nil)
end

# Release one of the allowed processes. You must pass in a process id
# returned by the lock method.
#
Expand Down

0 comments on commit cb84a78

Please sign in to comment.