summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-02 18:21:36 +0300
committerWolfy-J <[email protected]>2019-05-02 18:21:36 +0300
commiteb8c64941cbcd30ff79b6147efd5fef42eccb648 (patch)
treebde0ceb7e7236850cfe999da7c3ffecf62b58d00 /state.go
parent34abca68708ed881c3360ee749d794b0000a3aec (diff)
miiiinor performance optimizations
Diffstat (limited to 'state.go')
-rw-r--r--state.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/state.go b/state.go
index d3ac2a2f..4d8b1eaa 100644
--- a/state.go
+++ b/state.go
@@ -26,9 +26,6 @@ const (
// StateWorking - working on given payload.
StateWorking
- // StateDestroying - worker has been marked as being destroyed.
- StateDestroying
-
// StateStreaming - indicates that worker is streaming the data at the moment.
StateStreaming