Skip to content

Commit 129ed9a

Browse files
committed
remove old static member but not really a member because it's static field.
1 parent fb4bda9 commit 129ed9a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pb_stub.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ class Stub {
298298
std::unique_ptr<MessageQueue<uint64_t>> memory_manager_message_queue_;
299299
bool initialized_;
300300
bool finalizing_;
301-
static std::unique_ptr<Stub> stub_instance_;
302301
std::vector<std::shared_ptr<PbTensor>> gpu_tensors_;
303302
std::queue<std::unique_ptr<UtilsMessagePayload>> stub_to_parent_buffer_;
304303
std::thread stub_to_parent_queue_monitor_;

0 commit comments

Comments
 (0)