mirror of
https://github.com/13hannes11/UU_la_parallel_programming_practical_assignments.git
synced 2024-09-04 00:50:58 +02:00
remove unecessary code from stack and readd printing to Treiber stack
This commit is contained in:
@@ -7,7 +7,6 @@ class Stack {
|
||||
protected:
|
||||
ADTOperationQueue * op_queue;
|
||||
Stack(ADTOperationQueue * queue);
|
||||
Node* first;
|
||||
public:
|
||||
void push(int element);
|
||||
int pop();
|
||||
|
||||
Reference in New Issue
Block a user