From 51d83c2107328a9dd30ab641a74a8e9bfc863005 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 30 Jun 2021 17:24:46 -0700 Subject: [PATCH] remove unused ENOMEM The last use of this in sfio was removed in bb04aad8c6e033b6fef9cecd424a4d02758d661a. --- lib/sfio/sfhdr.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/sfio/sfhdr.h b/lib/sfio/sfhdr.h index bfe567ab5..fa35ad994 100644 --- a/lib/sfio/sfhdr.h +++ b/lib/sfio/sfhdr.h @@ -213,9 +213,6 @@ extern "C" { #ifndef EAGAIN #define EAGAIN 11 #endif -#ifndef ENOMEM -#define ENOMEM 12 -#endif #ifndef EINVAL #define EINVAL 22 #endif -- 2.40.0