[ntcore] Remove NetworkTable -> nt::NetworkTable shim

This commit is contained in:
Peter Johnson
2021-04-04 14:34:11 -07:00
parent 48ebe5736a
commit 79267f9e60
5 changed files with 22 additions and 27 deletions

View File

@@ -549,9 +549,4 @@ class NetworkTable final {
} // namespace nt
// For backwards compatibility
#ifndef NAMESPACED_NT
using nt::NetworkTable; // NOLINT
#endif
#endif // NTCORE_NETWORKTABLES_NETWORKTABLE_H_