Skip to content

Commit

Permalink
Remove unused OF() macro
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Colomar <[email protected]>
  • Loading branch information
alejandro-colomar committed May 30, 2023
1 parent 25f2018 commit 4f57065
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions zconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,6 @@

/* Type declarations */

#ifndef OF /* function prototypes */
# define OF(args) args
#endif

#ifndef Z_ARG /* function prototypes for stdarg */
# define Z_ARG(args) args
#endif
Expand Down
4 changes: 0 additions & 4 deletions zconf.h.cmakein
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,6 @@

/* Type declarations */

#ifndef OF /* function prototypes */
# define OF(args) args
#endif

#ifndef Z_ARG /* function prototypes for stdarg */
# define Z_ARG(args) args
#endif
Expand Down
4 changes: 0 additions & 4 deletions zconf.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,6 @@

/* Type declarations */

#ifndef OF /* function prototypes */
# define OF(args) args
#endif

#ifndef Z_ARG /* function prototypes for stdarg */
# define Z_ARG(args) args
#endif
Expand Down

0 comments on commit 4f57065

Please sign in to comment.