[PATCH 50/59] fixup! libctf, dedup: add deduplicator
Nick Alcock
nick.alcock@oracle.com
Wed Jul 22 09:33:48 GMT 2020
More information about the Binutils mailing list
Wed Jul 22 09:33:48 GMT 2020
- Previous message (by thread): [PATCH 50/59] squash! libctf, dedup: add deduplicator
- Next message (by thread): [PATCH 50/59] fixup! libctf, dedup: add deduplicator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fix a confusing comment (ctf_dedup_hash_type was once split in two, and
this comment is a relic of that era).
---
libctf/ctf-dedup.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/libctf/ctf-dedup.c b/libctf/ctf-dedup.c
index c7badcd17a1..670d14f77fb 100644
--- a/libctf/ctf-dedup.c
+++ b/libctf/ctf-dedup.c
@@ -971,10 +971,7 @@ ctf_dedup_rhash_type (ctf_file_t *fp, ctf_file_t *input, ctf_file_t **inputs,
return NULL;
}
-/* Internal implementation of ctf_dedup_hash_type (below), which is the entry
- point others should call.
-
- Hash a TYPE in the INPUT: FP is the eventual output, where the ctf_dedup
+/* Hash a TYPE in the INPUT: FP is the eventual output, where the ctf_dedup
state is stored. INPUT_NUM is the number of this input in the set of inputs.
Record its hash in FP's cd_type_hashes once it is known. PARENTS is
described in the comment above ctf_dedup.
--
2.27.0.247.g3dff7de930
- Previous message (by thread): [PATCH 50/59] squash! libctf, dedup: add deduplicator
- Next message (by thread): [PATCH 50/59] fixup! libctf, dedup: add deduplicator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list