From: Matthew Fernandez Date: Thu, 1 Jul 2021 00:24:46 +0000 (-0700) Subject: remove unused ENOMEM X-Git-Tag: 2.48.0~18^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51d83c2107328a9dd30ab641a74a8e9bfc863005;p=graphviz remove unused ENOMEM The last use of this in sfio was removed in bb04aad8c6e033b6fef9cecd424a4d02758d661a. --- 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