summaryrefslogtreecommitdiff
path: root/src/asm/qasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asm/qasm.h')
-rw-r--r--src/asm/qasm.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/asm/qasm.h b/src/asm/qasm.h
index b26e9524..e12e2adb 100644
--- a/src/asm/qasm.h
+++ b/src/asm/qasm.h
@@ -34,13 +34,4 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define C(label) _##label
#endif
-// plane_t structure
-// !!! if this is changed, it must be changed in q_shared.h too !!!
-#define pl_normal 0
-#define pl_dist 12
-#define pl_type 16
-#define pl_signbits 17
-#define pl_pad 18
-#define pl_size 20
-
#endif