Skip to content

Remove unnecessary implementation of memchr#258

Merged
mathieucarbou merged 2 commits into
ESP32Async:mainfrom
kyberias:remove-memchr
Aug 4, 2025
Merged

Remove unnecessary implementation of memchr#258
mathieucarbou merged 2 commits into
ESP32Async:mainfrom
kyberias:remove-memchr

Conversation

@kyberias

@kyberias kyberias commented Aug 4, 2025

Copy link
Copy Markdown

This patch removes an implementation of memchr() that seems unnecessary. The standard library even for ESP8266 provide this implementation in recent releases. Removal is preferred when source code is compiled with standard library that define the function as inline.

@mathieucarbou mathieucarbou merged commit 18ee933 into ESP32Async:main Aug 4, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants