commit 345e507e27c555a52925e6e3a9bc99ff8c5ae1b3
parent c11d64bd42df5177ac0d79865acb139ff23fe2ea
Author: Bor Grošelj Simić <bor.groseljsimic@telemach.net>
Date: Wed, 10 Feb 2021 01:42:03 +0100
qbe.h: remove unused forward declaration
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/qbe.h b/include/qbe.h
@@ -15,7 +15,6 @@ enum qbe_stype {
Q__AGGREGATE = 'A',
};
-struct type;
struct qbe_type;
struct qbe_field {
@@ -56,7 +55,7 @@ enum qbe_value_kind {
};
// Represents a value which can be an argument to a QBE instruction.
-//
+//
// If the value is a non-aggregate type, indirect determines if it is a pointer
// to the value, or the value itself.
//