Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Remove TODO since performance should not be affected if a reference i…
Browse files Browse the repository at this point in the history
…s assigned
  • Loading branch information
tdauth committed Jan 22, 2019
1 parent 6d61e36 commit baeef3d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class GuiStateMachineImpl extends GuiStateMachine with Serializable {
val ois = new ObjectInputStream(new FileInputStream(filePath))
val readStateMachine = ois.readObject.asInstanceOf[GuiStateMachineImpl]
ois.close()
// TODO Improve performance and code by not assigning all fields, don't depend on GuiStateMachineImpl.
this.states = readStateMachine.states
this.allNeverExploredActions = readStateMachine.allNeverExploredActions
this.allExploredActions = readStateMachine.allExploredActions
Expand Down

0 comments on commit baeef3d

Please sign in to comment.