From fe5a5a518a50dac48fa4f27f4400601d5b882416 Mon Sep 17 00:00:00 2001 From: dgreatwood Date: Wed, 4 Dec 2024 11:24:48 -0800 Subject: [PATCH] Update pist_strerror_r.cc Removed some comment lines that I presume were added during earlier debugging. --- src/common/pist_strerror_r.cc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/common/pist_strerror_r.cc b/src/common/pist_strerror_r.cc index 8b7d7e2c..93a6f27e 100644 --- a/src/common/pist_strerror_r.cc +++ b/src/common/pist_strerror_r.cc @@ -12,15 +12,6 @@ #include #include -// #ifdef errno -// #error "already defined" -// #endif - -// // PIST_Q(PST_ERRNO_HDR) -// PST_ERRNO_HDR - - -// #include PST_ERRNO_HDR #include PST_ERRNO_HDR /* ------------------------------------------------------------------------- */