]> granicus.if.org Git - graphviz/commitdiff
remove unused ENOMEM
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 1 Jul 2021 00:24:46 +0000 (17:24 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 5 Jul 2021 18:47:30 +0000 (11:47 -0700)
The last use of this in sfio was removed in
bb04aad8c6e033b6fef9cecd424a4d02758d661a.

lib/sfio/sfhdr.h

index bfe567ab5d3abae56be0dff68ad21cf0abb2831e..fa35ad9940d2d19af0ec01628c073653592cef9b 100644 (file)
@@ -213,9 +213,6 @@ extern "C" {
 #ifndef EAGAIN
 #define EAGAIN 11
 #endif
-#ifndef ENOMEM
-#define ENOMEM 12
-#endif
 #ifndef EINVAL
 #define EINVAL 22
 #endif