Skip to content

Commit

Permalink
drop obsolete GCC bug workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
  • Loading branch information
nickalcock committed Mar 1, 2022
1 parent 1840e62 commit 8a7cba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libdtrace/dtrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ typedef struct dtrace_stmtdesc {
dtrace_attribute_t dtsd_descattr; /* probedesc attributes */
dtrace_attribute_t dtsd_stmtattr; /* statement attributes */
int dtsd_clauseflags; /* clause flags */
int dtsd_padding; /* work around GCC bug 36043 */
} dtrace_stmtdesc_t;

/* dtsd clause flags */
Expand Down

0 comments on commit 8a7cba9

Please sign in to comment.