summaryrefslogtreecommitdiff
path: root/descriptor/descriptor.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-02-13 15:03:12 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-02-13 15:03:12 -0800
commitddb74551f4faa1e2583b9ece0f2d5a6d6c0dc704 (patch)
tree27ac6391837938d711c5a5cf13da87b7bc8c47a8 /descriptor/descriptor.h
parent6bdbb45e88e7b88b294dfb6e4cb493cbc3c8cf74 (diff)
Cleanup Makefile and mv descriptor/ -> src/
Diffstat (limited to 'descriptor/descriptor.h')
-rw-r--r--descriptor/descriptor.h26
1 files changed, 0 insertions, 26 deletions
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_ */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback