Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8200805

Browse filesBrowse files
committed
Remove LOG4CPLUS_ATTRIBUTE_DEPRECATED.
We have [[deprecated]] now.
1 parent 8ff2a01 commit 8200805
Copy full SHA for 8200805

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎include/log4cplus/config.hxx

Copy file name to clipboardExpand all lines: include/log4cplus/config.hxx
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,12 @@
126126
#if defined (__GNUC__) && __GNUC__ >= 3
127127
# define LOG4CPLUS_ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
128128
# define LOG4CPLUS_ATTRIBUTE_PURE __attribute__ ((__pure__))
129-
# define LOG4CPLUS_ATTRIBUTE_DEPRECATED __attribute__ ((__deprecated__))
130129
# define LOG4CPLUS_BUILTIN_EXPECT(exp, c) __builtin_expect ((exp), (c))
131130
#else
132131
# if ! defined (LOG4CPLUS_ATTRIBUTE_NORETURN)
133132
# define LOG4CPLUS_ATTRIBUTE_NORETURN /* empty */
134133
# endif
135134
# define LOG4CPLUS_ATTRIBUTE_PURE /* empty */
136-
# define LOG4CPLUS_ATTRIBUTE_DEPRECATED /* empty */
137135
# define LOG4CPLUS_BUILTIN_EXPECT(exp, c) (exp)
138136
#endif
139137

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.