From ce9bba3cb5409844f8f3d7dcc235a9ea30cad090 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Fri, 20 Dec 2013 17:40:40 -0800 Subject: Sync from Google-internal development. --- upb/bytestream.upb.h | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 upb/bytestream.upb.h (limited to 'upb/bytestream.upb.h') diff --git a/upb/bytestream.upb.h b/upb/bytestream.upb.h deleted file mode 100644 index 9e18579..0000000 --- a/upb/bytestream.upb.h +++ /dev/null @@ -1,37 +0,0 @@ -// This file was generated by upbc (the upb compiler). -// Do not edit -- your changes will be discarded when the file is -// regenerated. - -#ifndef UPB_BYTESTREAM_UPB_H_ -#define UPB_BYTESTREAM_UPB_H_ - -#include "upb/def.h" - -#ifdef __cplusplus -extern "C" { -#endif - -// Enums - -// Do not refer to these forward declarations; use the constants -// below. -extern const upb_msgdef upb_bytestream_msgs[1]; -extern const upb_fielddef upb_bytestream_fields[1]; -extern const upb_enumdef upb_bytestream_enums[0]; - -// Constants for references to defs. -// We hide these behind macros to decouple users from the -// details of how we have statically defined them (ie. whether -// each def has its own symbol or lives in an array of defs). -#define UPB_BYTESTREAM &upb_bytestream_msgs[0] - -// Selector definitions. -#define UPB_BYTESTREAM_BYTES_ENDSTR 4 -#define UPB_BYTESTREAM_BYTES_STARTSTR 3 -#define UPB_BYTESTREAM_BYTES_STRING 2 - -#ifdef __cplusplus -}; // extern "C" -#endif - -#endif // UPB_BYTESTREAM_UPB_H_ -- cgit v1.2.3