X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fmanifest.h;h=ee5ae9dfcd6aaa1651753408147a28173284152a;hp=588efe5f0185f0c5941cfaeb489d8ff930a589d9;hb=add10b0b9d13d9437682268badfab029ed36c244;hpb=d8c9fdc0e6b70ab4fced949ee6488dc585a711f4;ds=sidebyside diff --git a/tools/manifest.h b/tools/manifest.h index 588efe5f..ee5ae9df 100644 --- a/tools/manifest.h +++ b/tools/manifest.h @@ -89,7 +89,4 @@ const char *get_ccan_file_contents(struct ccan_file *f); /* Use this rather than accessing f->lines directly: loads on demand. */ char **get_ccan_file_lines(struct ccan_file *f); -/* Where is the ccan dir? Available after first manifest. */ -extern const char *ccan_dir; - #endif /* CCAN_TOOLS_MANIFEST_H */