[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/pq c653a8b1ee 54/63: Remove unused macro.
From: |
ELPA Syncer |
Subject: |
[elpa] externals/pq c653a8b1ee 54/63: Remove unused macro. |
Date: |
Mon, 14 Feb 2022 23:24:27 -0500 (EST) |
branch: externals/pq
commit c653a8b1ee23b55df33c4602906905f01de3fa18
Author: Andreas Seltenreich <seltenreich@gmx.de>
Commit: Andreas Seltenreich <seltenreich@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");
- [elpa] externals/pq 0501c66e6a 51/63: Add testcase for crash reported by "717g301github"., (continued)
- [elpa] externals/pq 0501c66e6a 51/63: Add testcase for crash reported by "717g301github"., ELPA Syncer, 2022/02/14
- [elpa] externals/pq bc939f732e 30/63: Setup emacs ert tests, ELPA Syncer, 2022/02/14
- [elpa] externals/pq 555791fef3 18/63: Add GPLv3 license., ELPA Syncer, 2022/02/14
- [elpa] externals/pq d8bca4bbd0 33/63: test: Add case that garbage-collects user-pointers., ELPA Syncer, 2022/02/14
- [elpa] externals/pq e3e74a950a 39/63: Make garbage-collection test more robust., ELPA Syncer, 2022/02/14
- [elpa] externals/pq 8c03aeb2ec 15/63: Fix nargs compatible pointer type, ELPA Syncer, 2022/02/14
- [elpa] externals/pq cbdff81a90 47/63: Make docstring punctuation consistent., ELPA Syncer, 2022/02/14
- [elpa] externals/pq 5486071191 50/63: travis-ci: Also test with Emacs 26., ELPA Syncer, 2022/02/14
- [elpa] externals/pq ae8f1a33ac 45/63: Make PQreset available as pq:reset., ELPA Syncer, 2022/02/14
- [elpa] externals/pq fbc92e891d 59/63: README: Fix typo., ELPA Syncer, 2022/02/14
- [elpa] externals/pq c653a8b1ee 54/63: Remove unused macro.,
ELPA Syncer <=