Fix build error in wgt 88/35788/3
authorYoumin Ha <youmin.ha@samsung.com>
Tue, 24 Feb 2015 14:12:42 +0000 (23:12 +0900)
committerPawel Sikorski <p.sikorski@samsung.com>
Wed, 25 Feb 2015 08:23:40 +0000 (00:23 -0800)
commit7bdd79fda0fb65b480711a2754072dd03ca3a12a
tree756f556b06ccbfabca0a82579356f7e99112abfe
parent52a964e8b0016a434caf4d4a3ef5014b47695d9a
Fix build error in wgt

ReleaseData() method returns nothing, but the current code tries to
get a return value from it. This patch removes the return value
cheching.
If the return value checking is really needed, the definition of
the method must be modified.

Change-Id: I22975cb10c64cef114a4ece58aafbec5257ec373
Signed-Off-By: Youmin Ha <youmin.ha@samsung.com>
src/wgt/step/step_parse.cc