aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/vhost_user.c
diff options
context:
space:
mode:
authorSteven Luong <sluong@cisco.com>2019-02-21 11:58:14 -0800
committerSteven Luong <sluong@cisco.com>2019-02-21 12:01:10 -0800
commit3be3cd60bc41d095174ea413aa753a7bd9eff73e (patch)
treea89ab62f78c743934b143ec0fec4d99a688123a0 /src/vnet/devices/virtio/vhost_user.c
parent5d0d5494db58422eb528c0f8b39a86ea966505e9 (diff)
string_test: Coverity woe
Coverity complains about dead code as shown below and it is right. The fix is to simply remove the dead code. 503 if (v_indicator != indicator) CID 190173 (#3 of 3): Logically dead code (DEADCODE) dead_error_line: Execution cannot reach this statement: return -1;. 504 return -1; Change-Id: Ibca9e10451a4459db099bef5ecc6939474bdb903 Signed-off-by: Steven Luong <sluong@cisco.com>
Diffstat (limited to 'src/vnet/devices/virtio/vhost_user.c')
0 files changed, 0 insertions, 0 deletions