Skip to content

Commit

Permalink
Remove unused ivars in DrTest packages
Browse files Browse the repository at this point in the history
Fix  #8084
  • Loading branch information
astares committed Dec 13, 2020
1 parent 49b5de9 commit 1f4b501
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions src/DrTests-TestsProfiling/DTTestsProfiling.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ I show the time that takes execute the test and the result of the tests.
Class {
#name : #DTTestsProfiling,
#superclass : #DrTestsPlugin,
#instVars : [
'dataTestTime'
],
#category : #'DrTests-TestsProfiling'
}

Expand Down
3 changes: 1 addition & 2 deletions src/DrTests-TestsProfiling/DTTestsProfilingResult.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ Class {
#name : #DTTestsProfilingResult,
#superclass : #DTPluginResult,
#instVars : [
'testsResult',
'timeData'
'testsResult'
],
#category : #'DrTests-TestsProfiling'
}
Expand Down

0 comments on commit 1f4b501

Please sign in to comment.