Skip to content

Commit

Permalink
vipc_server: remove unused member variable idxs (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanlee authored Jul 27, 2023
1 parent a9082c8 commit e508776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion visionipc/visionipc_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class VisionIpcServer {

std::map<VisionStreamType, std::atomic<size_t> > cur_idx;
std::map<VisionStreamType, std::vector<VisionBuf*> > buffers;
std::map<VisionStreamType, std::map<VisionBuf*, size_t> > idxs;

Context * msg_ctx;
std::map<VisionStreamType, PubSocket*> sockets;
Expand Down

0 comments on commit e508776

Please sign in to comment.