remove unreachable code

pull/1837/head
Johannes Schmitt 5 years ago
parent de89c4fd01
commit 7b5208b6d1

@ -246,7 +246,6 @@ SPDLOG_INLINE size_t filesize(FILE *f)
#endif #endif
#endif #endif
throw_spdlog_ex("Failed getting file size from fd", errno); throw_spdlog_ex("Failed getting file size from fd", errno);
return 0; // will not be reached.
} }
// Return utc offset in minutes or throw spdlog_ex on failure // Return utc offset in minutes or throw spdlog_ex on failure

Loading…
Cancel
Save