From ddb74551f4faa1e2583b9ece0f2d5a6d6c0dc704 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 13 Feb 2011 15:03:12 -0800 Subject: Cleanup Makefile and mv descriptor/ -> src/ --- descriptor/descriptor.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 descriptor/descriptor.h (limited to 'descriptor/descriptor.h') diff --git a/descriptor/descriptor.h b/descriptor/descriptor.h deleted file mode 100644 index f6d3ca3..0000000 --- a/descriptor/descriptor.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * upb - a minimalist implementation of protocol buffers. - * - * Copyright (c) 2009 Joshua Haberman. See LICENSE for details. - * - * This file contains declarations for an array that contains the contents - * of descriptor.proto, serialized as a protobuf. xxd is used to create - * the actual definition. - */ - -#ifndef UPB_DESCRIPTOR_H_ -#define UPB_DESCRIPTOR_H_ - -#include "upb_string.h" - -#ifdef __cplusplus -extern "C" { -#endif - -extern upb_string descriptor_str; - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /* UPB_DESCRIPTOR_H_ */ -- cgit v1.2.3