aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-11-18 16:42:25 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-11-18 16:42:25 +0000
commita58eaec5403d39f2e89e79146a0ffbb90a956679 (patch)
tree07928a20cc78ba386cf1fb20b9aa09e90961fecd /tmux.h
parent8b4b3ff4fcc73578f66697b158b56fdc28895368 (diff)
parent7fe8edc3962d5c30bf87677ecb2cf8633404f63c (diff)
downloadrtmux-a58eaec5403d39f2e89e79146a0ffbb90a956679.tar.gz
rtmux-a58eaec5403d39f2e89e79146a0ffbb90a956679.tar.bz2
rtmux-a58eaec5403d39f2e89e79146a0ffbb90a956679.zip
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 13cdf1b4..9923a721 100644
--- a/tmux.h
+++ b/tmux.h
@@ -72,9 +72,6 @@ struct tmuxproc;
#define READ_BACKOFF 512
#define READ_TIME 100
-/* Definition to shut gcc up about unused arguments. */
-#define unused __attribute__ ((unused))
-
/* Attribute to make gcc check printf-like arguments. */
#define printflike(a, b) __attribute__ ((format (printf, a, b)))