This is an archive of the discontinued LLVM Phabricator instance.

[libc] Remove unnecessary header dependency
AbandonedPublic

Authored by Caslyn on Apr 7 2023, 3:32 PM.

Details

Reviewers
michaelrj
Summary

Remove unused "string_utils.h" from strchrnul implementation.

Diff Detail

Event Timeline

Caslyn created this revision.Apr 7 2023, 3:32 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 7 2023, 3:32 PM
Caslyn requested review of this revision.Apr 7 2023, 3:32 PM

This patch is unnecessary once @abrachet's patch lands: https://reviews.llvm.org/D147463

Caslyn abandoned this revision.Apr 10 2023, 1:44 PM

Closing, this header will be used in a forthcoming patch.