Skip to content

Commit

Permalink
Remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Oct 15, 2022
1 parent 44d28cf commit 32d5eb1
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,6 @@ public int countTimersByOwner(String ownerId) {
// some immutable fields.
//

// deserialized state from blob
private boolean blobLoaded_;
private Object timedObjectPrimaryKey_;
private transient Serializable info_;

public TimerState createTimer
(String timerId, long containerId, long applicationId, String ownerId,
Object timedObjectPrimaryKey,
Expand Down

0 comments on commit 32d5eb1

Please sign in to comment.