From 2daea54cac437e34b2c5223cfc33387d3a7aee28 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Thu, 25 Feb 2021 17:27:26 +0200 Subject: get rid of pnode, t'was unused. Signed-off-by: Gediminas Jakutis --- src/defs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/defs.h') diff --git a/src/defs.h b/src/defs.h index e90f0e5..a0d61cd 100644 --- a/src/defs.h +++ b/src/defs.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1-only */ -/* Copyright (C) 2020 Gediminas Jakutis */ +/* Copyright (C) 2020-2021 Gediminas Jakutis */ #ifndef ALGOS_DEFS_H_INCLUDED #define ALGOS_DEFS_H_INCLUDED @@ -100,7 +100,6 @@ struct stream { enum streamtype type; char *name; size_t index; - struct entry_l *pnode; /* "previous" node */ struct entry_l *cnode; /* "current" node */ union cachewrap; struct settings *settings; -- cgit v1.2.3