From c0a50de92300080a1cf11bf4ff0ec3b2d6240c10 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 21 Aug 2018 14:47:50 -0700 Subject: Removed a bunch of obsolete code. A lot of this code was experimental or temporarily useful, but is no longer needed. --- upb/bindings/stdc/error.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 upb/bindings/stdc/error.h (limited to 'upb/bindings/stdc/error.h') diff --git a/upb/bindings/stdc/error.h b/upb/bindings/stdc/error.h deleted file mode 100644 index 69a2e2b..0000000 --- a/upb/bindings/stdc/error.h +++ /dev/null @@ -1,18 +0,0 @@ -/* -** Handling of errno. -*/ - -#include "upb/upb.h" - -#ifndef UPB_STDC_ERROR_H_ -#define UPB_STDC_ERROR_H_ - -UPB_BEGIN_EXTERN_C - -extern upb_errorspace upb_stdc_errorspace; -void upb_status_fromerrno(upb_status *status, int code); -bool upb_errno_is_wouldblock(int code); - -UPB_END_EXTERN_C - -#endif /* UPB_STDC_ERROR_H_ */ -- cgit v1.2.3