Skip to content

Commit

Permalink
Remove re-def guard for DYNINST_EXPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed May 3, 2024
1 parent 48ccc8b commit 0b94a5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common/h/dyninst_visibility.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
#ifndef DYNINST_COMMON_DYNINST_VISIBILITY_H
#define DYNINST_COMMON_DYNINST_VISIBILITY_H

#ifndef DYNINST_EXPORT
# define DYNINST_EXPORT __attribute__((visibility ("default")))
#endif
#define DYNINST_EXPORT __attribute__((visibility ("default")))

#endif

0 comments on commit 0b94a5c

Please sign in to comment.