summaryrefslogtreecommitdiffhomepage
path: root/asm/intel64/nop.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/intel64/nop.h')
-rw-r--r--asm/intel64/nop.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/asm/intel64/nop.h b/asm/intel64/nop.h
deleted file mode 100644
index 233b2ef..0000000
--- a/asm/intel64/nop.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// No Operation
-
-#pragma once
-
-#include <asm/chunk.h>
-
-class Op_nop: public OpSimple
-{
-public:
- Op_nop() : OpSimple({ 0x90 }) {}
-
-};
-