projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ccanlint: make sure fullname is always full path name.
[ccan]
/
tools
/
ccanlint
/
ccanlint.h
diff --git
a/tools/ccanlint/ccanlint.h
b/tools/ccanlint/ccanlint.h
index 2ddbf37ae89b199819ead3a62fa6d34cf91aa0e0..6680f4f0406f8764270273bd9aeeef61a4736a95 100644
(file)
--- a/
tools/ccanlint/ccanlint.h
+++ b/
tools/ccanlint/ccanlint.h
@@
-31,8
+31,6
@@
struct manifest {
/* From tests/check_depends_exist.c */
struct list_head dep_dirs;
- /* From tests/check_depends_built.c */
- struct list_head dep_objs;
};
struct manifest *get_manifest(const void *ctx, const char *dir);