projects
/
m6w6
/
ext-psi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
1d04e9e
)
fix warning
author
Michael Wallner
<mike@php.net>
Mon, 29 Oct 2018 07:52:16 +0000
(08:52 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 29 Oct 2018 07:52:16 +0000
(08:52 +0100)
src/context.c
patch
|
blob
|
history
diff --git
a/src/context.c
b/src/context.c
index 46210f0659e2ce991cac079319e49d0f8001b894..abe1ff64c79ade60197d11f26d34c2b462976f8f 100644
(file)
--- a/
src/context.c
+++ b/
src/context.c
@@
-324,7
+324,6
@@
void psi_context_free(struct psi_context **C)
void psi_context_dump(struct psi_context *C, int fd)
{
size_t i;
- struct psi_data *D;
dprintf(fd, "// psi.engine=%s\n// %lu files\n",
(char *) C->ops->query(C, PSI_CONTEXT_QUERY_SELF, NULL),