Skip to content

Commit

Permalink
remove unwanted struct
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtum committed Sep 30, 2024
1 parent e257885 commit ade0382
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Source/com/Administrator.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,6 @@ namespace RPC {
};

public:
struct ProxyData {
uint32_t Interface;
string Name;
Core::instance_id Instance;
uint32_t Count;
};

using Proxies = std::vector<ProxyStub::UnknownProxy*>;
using ChannelMap = std::unordered_map<uint32_t, Proxies>;
using ReferenceMap = std::unordered_map<uint32_t, std::list< RecoverySet > >;
Expand Down

0 comments on commit ade0382

Please sign in to comment.