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>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
  • Loading branch information
nickalcock authored and kvanhees committed Jul 27, 2022
1 parent 5f9f704 commit f861581
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libdtrace/dtrace.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Oracle Linux DTrace.
* Copyright (c) 2007, 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
Expand Down 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 f861581

Please sign in to comment.