Skip to content

Commit 815d1c6

Browse files
committed
Cleanup comments
1 parent ec9b08e commit 815d1c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/platform/PlatformError.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ const char * DescribePlatformError(CHIP_ERROR aError)
5353
#else
5454
static char errBuf[128];
5555
#endif // CHIP_SYSTEM_CONFIG_THREAD_LOCAL_STORAGE
56-
// Use strerror() and copy into a thread-local buffer. We intentionally do
57-
// not attempt to use strerror_r here to avoid cross-toolchain incompatibilities
58-
// between the POSIX (int) and GNU (char*) variants.
5956

6057
const char * s = strerror(lError);
6158
if (s != nullptr)

0 commit comments

Comments
 (0)