X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fipc%2FQueue.h;h=78a1679e196b36111d27d3960e6982c8c1939853;hb=37c6d8bac469396b1aef37435fdfaea24f47db1f;hp=45fb3af576b42c369e546c0db2ea0e5a35ca1af0;hpb=74201a78f22561051571b7b965733d428afedd86;p=thirdparty%2Fsquid.git diff --git a/src/ipc/Queue.h b/src/ipc/Queue.h index 45fb3af576..78a1679e19 100644 --- a/src/ipc/Queue.h +++ b/src/ipc/Queue.h @@ -254,7 +254,6 @@ private: int theLastPopProcessId; ///< the ID of the last process we tried to pop() from }; - // OneToOneUniQueue template @@ -321,7 +320,6 @@ OneToOneUniQueue::push(const Value &value, QueueReader *const reader) return wasEmpty && (!reader || reader->raiseSignal()); } - // OneToOneUniQueues inline OneToOneUniQueue & @@ -338,7 +336,6 @@ OneToOneUniQueues::front() const return *reinterpret_cast(queue); } - // FewToFewBiQueue template