mirror of https://gitee.com/bigwinds/arangodb
silence compiler
This commit is contained in:
parent
428ab599f4
commit
bef0a661a1
|
@ -98,10 +98,9 @@ namespace triagens {
|
|||
}
|
||||
|
||||
case Handler::HANDLER_FAILED:
|
||||
default:
|
||||
return Job::status_t(Job::JOB_FAILED);
|
||||
}
|
||||
|
||||
return Job::status_t(Job::JOB_FAILED);
|
||||
}
|
||||
|
||||
status_e status;
|
||||
|
|
Loading…
Reference in New Issue