[wpilibc] Remove frc namespace shim (#3385)

This commit is contained in:
Tyler Veness
2021-05-25 20:52:50 -07:00
committed by GitHub
parent dd78243406
commit 84218bfb45

View File

@@ -15,8 +15,3 @@ struct NullDeleter {
};
} // namespace frc
// For backwards compatibility
#ifdef NO_NAMESPACED_WPILIB
using namespace frc; // NOLINT
#endif