branch: externals/pq commit c653a8b1ee23b55df33c4602906905f01de3fa18 Author: Andreas Seltenreich <seltenre...@gmx.de> Commit: Andreas Seltenreich <seltenre...@gmx.de>
Remove unused macro. --- pq.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/pq.c b/pq.c index a55779961a..96db2eb6c2 100644 --- a/pq.c +++ b/pq.c @@ -320,8 +320,6 @@ emacs_module_init (struct emacs_runtime *ert) "\n\(fn CONNINFO)", NULL); -#define stringify(s) #s - DEFUN("pq:query", Fpq_query, 2, 2+MAX_PQ_PARAMS, "Execute COMMAND on CONN with optional PARAMETERS.\n" "\n" @@ -384,7 +382,6 @@ emacs_module_init (struct emacs_runtime *ert) "\n\(fn CONN)", NULL); -#undef stringify #undef DEFUN provide(env, "pq");