diff options
author | bd <bdunahu@operationnull.com> | 2025-03-11 16:30:40 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-11 16:30:40 -0400 |
commit | aed0a13d39bfe0b189ea43117aeb2e8b9188c3d9 (patch) | |
tree | 27633137381adfe656a9a1175d03cb164983549f /inc/operation.h | |
parent | 7eea92651e3f7c1a60726b3646dc96fe6118c1d7 (diff) |
remove operation.h and branch determined by read/write in cache load
Diffstat (limited to 'inc/operation.h')
-rw-r--r-- | inc/operation.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 |