diff options
Diffstat (limited to 'src/pacman/output.h')
-rw-r--r-- | src/pacman/output.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/output.h b/src/pacman/output.h index c116502a..b74a1dbf 100644 --- a/src/pacman/output.h +++ b/src/pacman/output.h @@ -25,7 +25,6 @@ /* TODO these are illegal in ISO C, thus the reason -pedantic was never used * as a compile flag for the pacman side of things (named variadic macros) */ -#define MSG(line, fmt, args...) pm_fprintf(stdout, line, fmt, ##args) #define ERR(line, fmt, args...) do { \ pm_fprintf(stderr, line, _("error: ")); \ pm_fprintf(stderr, CL, fmt, ##args); \ |