diff options
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |