Skip to content

Commit

Permalink
Revert 9cb0d4a.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilx committed May 20, 2019
1 parent ac66646 commit 7e6addc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/version.cxx
Expand Up @@ -34,16 +34,4 @@ namespace log4cplus
unsigned const version = LOG4CPLUS_VERSION;
char const versionStr[] = LOG4CPLUS_VERSION_STR LOG4CPLUS_VERSION_STR_SUFFIX;

namespace
{

#if defined (__ELF__) && (defined (__GNUC__) || defined (__clang__))
char const versionStrComment[]
__attribute__ ((__used__, __section__ ((".comment"))))
= "log4cplus " LOG4CPLUS_VERSION_STR LOG4CPLUS_VERSION_STR_SUFFIX;
#endif


} // namespace

} // namespace log4cplus

0 comments on commit 7e6addc

Please sign in to comment.