diff options
| author | 2018-12-10 02:20:24 +0100 | |
|---|---|---|
| committer | 2018-12-10 02:22:15 +0100 | |
| commit | 4de329327ce4aa175e8496d1bff8604bffb6c574 (patch) | |
| tree | 0c5fce7e138756a2479acab5a3098fa12ea6971b /libcnary/Makefile.am | |
| parent | 71dd25e14616bd261c3b6c80ff990cd1078266f6 (diff) | |
| download | libplist-4de329327ce4aa175e8496d1bff8604bffb6c574.tar.gz libplist-4de329327ce4aa175e8496d1bff8604bffb6c574.tar.bz2 | |
Remove node_iterator and operate on node list directly to improve memory usage
Diffstat (limited to 'libcnary/Makefile.am')
| -rw-r--r-- | libcnary/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcnary/Makefile.am b/libcnary/Makefile.am index bba9ada..5a26fb5 100644 --- a/libcnary/Makefile.am +++ b/libcnary/Makefile.am | |||
| @@ -8,11 +8,7 @@ libcnary_la_SOURCES = \ | |||
| 8 | node.c \ | 8 | node.c \ |
| 9 | list.c \ | 9 | list.c \ |
| 10 | node_list.c \ | 10 | node_list.c \ |
| 11 | iterator.c \ | ||
| 12 | node_iterator.c \ | ||
| 13 | include/node.h \ | 11 | include/node.h \ |
| 14 | include/list.h \ | 12 | include/list.h \ |
| 15 | include/node_list.h \ | 13 | include/node_list.h \ |
| 16 | include/iterator.h \ | ||
| 17 | include/node_iterator.h \ | ||
| 18 | include/object.h | 14 | include/object.h |
