Remove superfluous downcast in Filesystem API
Instantiating kj::downcast<T, T>() causes a compile failure with -Werror=address because the compiler knows the dynamic_cast check in downcast() can never fail.
Showing
Please
register
or
sign in
to comment