projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e35be29
)
Kill unused filter_node->fc.
author
Andre Noll
<maan@systemlinux.org>
Tue, 12 Jan 2010 06:30:59 +0000
(07:30 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Tue, 12 Jan 2010 06:30:59 +0000
(07:30 +0100)
filter.h
patch
|
blob
|
history
diff --git
a/filter.h
b/filter.h
index
e7dc1ca
..
fa00a57
100644
(file)
--- a/
filter.h
+++ b/
filter.h
@@
-15,8
+15,6
@@
enum filter_enum {FILTER_ENUM};
struct filter_node {
/** The number in the array of available filters. */
unsigned filter_num;
- /** The filter chain this filter node belongs to. */
- struct filter_chain *fc;
/**
* Each filter may store any filter-specific information about the particular
* instance of the filter here.