statesystem: Remove duplicate empty state creation
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 8 Sep 2014 21:00:54 +0000 (17:00 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 6 Oct 2014 20:15:02 +0000 (16:15 -0400)
commit085a78a823b932b441e0de4ec76cef6d47359ef6
tree874f42f9ad9e5dec75bf64a8d97b16b7159f3475
parent2333bac409695457a0fd09ed355a06ffe2c7c130
statesystem: Remove duplicate empty state creation

The transient state already creates a "null" value for every state
attribute that is added. No need for the attribute tree to do an
explicit insertion immediately after (which gets ignored any way).

That attribute tree should also keeps its paws off the transient state,
but that's a different problem.

Change-Id: Ib77e16d67375e65c495b9ff0b73c5cee78eddf02
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/33076
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
org.eclipse.linuxtools.statesystem.core/src/org/eclipse/linuxtools/internal/statesystem/core/AttributeTree.java
This page took 0.026405 seconds and 5 git commands to generate.