Removed BoundedBuffer.h

This commit is contained in:
shadow8t4 2015-11-05 19:40:42 -06:00
parent 6e3005d25a
commit 536fdb4aae

View file

@ -1,8 +0,0 @@
class BoundBuffer{
Semaphore full(n);
Semaphore empty(n);
Semaphore mutex(n);
}