[openssh-commits] [openssh] 01/01: Revert "define __unused to nothing if not already defined"

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Mar 4 06:32:30 AEDT 2015


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit d1bc844322461f882b4fd2277ba9a8d4966573d2
Author: Damien Miller <djm at mindrot.org>
Date:   Wed Mar 4 06:31:45 2015 +1100

    Revert "define __unused to nothing if not already defined"
    
    This reverts commit 1598419e38afbaa8aa5df8dd6b0af98301e2c908.
    
    Some system headers have objects named __unused
---
 defines.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/defines.h b/defines.h
index cf65901..fa0ccba 100644
--- a/defines.h
+++ b/defines.h
@@ -850,8 +850,4 @@ struct winsize {
 # endif /* gcc version */
 #endif /* __predict_true */
 
-#ifndef __unused
-# define __unused
-#endif
-
 #endif /* _DEFINES_H */

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list