Skip to content

Commit

Permalink
mythexp.h: remove unused MDEPRECATED
Browse files Browse the repository at this point in the history
if necessary use the standard C++14 [[deprecated]] attribute.
  • Loading branch information
ulmus-scott authored and linuxdude42 committed Mar 23, 2022
1 parent 212c997 commit f1a119c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mythtv/libs/libmyth/mythexp.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,4 @@
#endif
#endif /* __cplusplus */

#if ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 2)))
# define MDEPRECATED __attribute__((deprecated))
#else
# define MDEPRECATED
#endif

#endif /* MYTHEXP_H_ */

0 comments on commit f1a119c

Please sign in to comment.