From aed0a13d39bfe0b189ea43117aeb2e8b9188c3d9 Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 11 Mar 2025 16:30:40 -0400 Subject: remove operation.h and branch determined by read/write in cache load --- inc/operation.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 inc/operation.h (limited to 'inc/operation.h') diff --git a/inc/operation.h b/inc/operation.h deleted file mode 100644 index a35344e..0000000 --- a/inc/operation.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef OPERATION_H -#define OPERATION_H - -enum Operation { - READ, - WRITE -}; - -#endif /* OPERATION_H_INCLUDED */ \ No newline at end of file -- cgit v1.2.3