[ntcore] Remove table multi-subscriber (#4789)

This wasn't well thought out, and leaks horribly in Java.

Reverts part of #4640.
This commit is contained in:
Peter Johnson
2022-12-09 21:25:29 -08:00
committed by GitHub
parent bde383f763
commit e6552d272e
3 changed files with 5 additions and 18 deletions

View File

@@ -48,7 +48,6 @@ class NetworkTable final {
private:
NT_Inst m_inst;
std::string m_path;
NT_MultiSubscriber m_topicSub;
mutable wpi::mutex m_mutex;
mutable wpi::StringMap<NT_Entry> m_entries;