mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2025-01-14 01:07:57 +08:00
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@81 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
parent
d98ac01c95
commit
a499b3ae4e
1
TODO
1
TODO
@ -40,7 +40,6 @@ Document:
|
||||
------------------------------------
|
||||
--- EXTREMELY LOW PRIORITY STUFF ---
|
||||
------------------------------------
|
||||
- get rid of kThick/ThinSeparator if we decide not to use them
|
||||
- stop using qsort in the code generator: find some c++ish way to do it
|
||||
|
||||
----------------------------------------------
|
||||
|
@ -185,11 +185,6 @@ std::set<string> MakeKeywordsMap() {
|
||||
|
||||
std::set<string> kKeywords = MakeKeywordsMap();
|
||||
|
||||
const char kThickSeparator[] =
|
||||
"// ===================================================================\n";
|
||||
const char kThinSeparator[] =
|
||||
"// -------------------------------------------------------------------\n";
|
||||
|
||||
string ClassName(const Descriptor* descriptor, bool qualified) {
|
||||
// Find "outer", the descriptor of the top-level message in which
|
||||
// "descriptor" is embedded.
|
||||
|
@ -33,11 +33,6 @@ namespace protobuf {
|
||||
namespace compiler {
|
||||
namespace c {
|
||||
|
||||
// Commonly-used separator comments. Thick is a line of '=', thin is a line
|
||||
// of '-'.
|
||||
extern const char kThickSeparator[];
|
||||
extern const char kThinSeparator[];
|
||||
|
||||
// Returns the non-nested type name for the given type. If "qualified" is
|
||||
// true, prefix the type with the full namespace. For example, if you had:
|
||||
// package foo.bar;
|
||||
|
Loading…
x
Reference in New Issue
Block a user