diff options
author | 2021-02-25 17:27:26 +0200 | |
---|---|---|
committer | 2021-02-25 17:27:26 +0200 | |
commit | 2daea54cac437e34b2c5223cfc33387d3a7aee28 (patch) | |
tree | bee68d51747994bede9edd7d8f657aecdb387c1e /src/defs.h | |
parent | 361c1a693c50e42df849f5d68642552d4a99aa4a (diff) | |
download | algos-ld1-2daea54cac437e34b2c5223cfc33387d3a7aee28.tar.gz algos-ld1-2daea54cac437e34b2c5223cfc33387d3a7aee28.tar.bz2 algos-ld1-2daea54cac437e34b2c5223cfc33387d3a7aee28.zip |
get rid of pnode, t'was unused.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
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; |