From aae9ac32e5c49550bed1061838ddac4c43bb3133 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister Date: Wed, 30 Dec 2020 16:18:09 +0100 Subject: [PATCH] remove helper code --- Assignment_1/helper_code.cpp | 41 ------------------------------------ 1 file changed, 41 deletions(-) delete mode 100644 Assignment_1/helper_code.cpp diff --git a/Assignment_1/helper_code.cpp b/Assignment_1/helper_code.cpp deleted file mode 100644 index 8ff303c..0000000 --- a/Assignment_1/helper_code.cpp +++ /dev/null @@ -1,41 +0,0 @@ -/**** This is a helper/skeleton code for the assignment ****/ -/**** Author: Sarbojit Das ****/ -/**** Compile using command g++ simple_thread.cpp -lpthread ****/ - -#include -#include - -#include"adt_set.cpp" - -using namespace std; - -ADT_Set adt_set = ADT_Set(); - -void worker_func(int num, operation test_case[]){ - cout<<"Worker "<