Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
122e0619
Commit
122e0619
authored
Oct 20, 2014
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete some obsolete TODOs.
parent
9a0fced2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
generated-header-support.h
c++/src/capnp/generated-header-support.h
+0
-4
schema.capnp
c++/src/capnp/schema.capnp
+0
-2
No files found.
c++/src/capnp/generated-header-support.h
View file @
122e0619
...
...
@@ -192,8 +192,6 @@ struct RawSchema {
// Specifies the brand to use for this schema if no generic parameters have been bound to
// anything. Generally, in the default brand, all generic parameters are treated as if they were
// bound to `AnyPointer`.
//
// TODO(now): Remove initializer; it's just to assist incremental changes.
};
template
<
typename
T
>
...
...
@@ -231,8 +229,6 @@ using UnionParentType = typename UnionParentType_<T>::Type;
kj
::
StringTree
structString
(
StructReader
reader
,
const
RawBrandedSchema
&
schema
);
// Declared here so that we can declare inline stringify methods on generated types.
// Defined in stringify.c++, which depends on dynamic.c++, which is allowed not to be linked in.
//
// TODO(now): No default for env.
template
<
typename
T
>
inline
kj
::
StringTree
structString
(
StructReader
reader
)
{
...
...
c++/src/capnp/schema.capnp
View file @
122e0619
...
...
@@ -336,8 +336,6 @@ struct Brand {
# For each of the target type and each of its parent scopes, a parameterization may be included
# in this list. If no parameterization is included for a particular relevant scope, then either
# that scope has no parameters or all parameters should be considered to be `AnyPointer`.
#
# TODO(now): improve naming
struct Scope {
scopeId @0 :Id;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment