fix warning
authorMichael Wallner <mike@php.net>
Mon, 29 Oct 2018 07:52:16 +0000 (08:52 +0100)
committerMichael Wallner <mike@php.net>
Mon, 29 Oct 2018 07:52:16 +0000 (08:52 +0100)
src/context.c

index 46210f0659e2ce991cac079319e49d0f8001b894..abe1ff64c79ade60197d11f26d34c2b462976f8f 100644 (file)
@@ -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),