commit | 5d1ceb3ff6dd77e939aeadd607249ea8f2ada537 | [log] [tgz] |
---|---|---|
author | zhufl <zhu.fanglei@zte.com.cn> | Sun Oct 09 14:51:45 2016 +0800 |
committer | zhufl <zhu.fanglei@zte.com.cn> | Sun Oct 09 14:51:45 2016 +0800 |
tree | 4476024611feda6b2b7fe008ec38ea09baba129c | |
parent | 268cd656bce3f731aa847ae6f827d51960128880 [diff] |
Remove redundant assert judgement The assert judgement after wait_for_qos_operations is redundant, because the same judgement already exists in wait_for_qos_operations, and so the latter assert judgement will never fail(an exception will be thrown in wait_for_qos_operations if anything is wrong). so this is to remove the redundant judgement. Change-Id: Ia172b1747242307e0cf92941dacee5b9144852f3