Commit 0bdaca9f authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Minor update to trigger CI

parent 6dfb9423
......@@ -1190,7 +1190,6 @@ uint32_t smf_sbi::get_available_response(boost::shared_future<uint32_t>& f) {
assert(f.has_value());
assert(!f.has_exception());
// Wait for the response back
uint32_t response_code = f.get();
return response_code;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment