Commit 16906cdc authored by Max Kellermann's avatar Max Kellermann

fs/FileInfo: remove redundant `inline` keywords from `constexpr` functions

parent 96e70659
......@@ -35,7 +35,7 @@
#ifdef _WIN32
static inline constexpr uint64_t
static constexpr uint64_t
ConstructUint64(DWORD lo, DWORD hi)
{
return uint64_t(lo) | (uint64_t(hi) << 32);
......
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