Skip to content

Commit

Permalink
Remove unused ivars in TaskIt
Browse files Browse the repository at this point in the history
fix #8224
  • Loading branch information
astares committed Jan 4, 2021
1 parent c3cf32f commit 64a9d92
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions src/TaskIt/TKTLocalProcessTaskRunner.class.st
Expand Up @@ -25,9 +25,6 @@ While this runner may seem a bit naive, it may also come in handy to control and
Class {
#name : #TKTLocalProcessTaskRunner,
#superclass : #TKTRunner,
#instVars : [
'process'
],
#category : #'TaskIt-Kernel'
}

Expand Down
7 changes: 0 additions & 7 deletions src/TaskIt/TKTPromise.class.st
Expand Up @@ -6,12 +6,5 @@ A promise is registered and kept up to the end of the computation and applicatio
Class {
#name : #TKTPromise,
#superclass : #Object,
#instVars : [
'result',
'valueSemaphore',
'resultCallbacks',
'exceptionCallbacks',
'runner'
],
#category : #'TaskIt-Futures'
}
2 changes: 0 additions & 2 deletions src/TaskIt/TKTTaskExecution.class.st
Expand Up @@ -8,8 +8,6 @@ Class {
'runner',
'task',
'executionProcess',
'isRunning',
'cancelled',
'state'
],
#category : #'TaskIt-Kernel'
Expand Down
3 changes: 0 additions & 3 deletions src/TaskIt/TKTUIProcessTaskRunner.class.st
@@ -1,9 +1,6 @@
Class {
#name : #TKTUIProcessTaskRunner,
#superclass : #TKTRunner,
#instVars : [
'process'
],
#category : #'TaskIt-Kernel'
}

Expand Down
1 change: 0 additions & 1 deletion src/TaskIt/TKTWorkerPool.class.st
Expand Up @@ -32,7 +32,6 @@ Class {
#classTraits : 'TTaskScheduler classTrait',
#instVars : [
'poolMaxSize',
'busyWorkers',
'freeWorkers',
'poolWorker',
'workers',
Expand Down

0 comments on commit 64a9d92

Please sign in to comment.