Commit 122e0619 authored by Kenton Varda's avatar Kenton Varda

Delete some obsolete TODOs.

parent 9a0fced2
...@@ -192,8 +192,6 @@ struct RawSchema { ...@@ -192,8 +192,6 @@ struct RawSchema {
// Specifies the brand to use for this schema if no generic parameters have been bound to // 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 // anything. Generally, in the default brand, all generic parameters are treated as if they were
// bound to `AnyPointer`. // bound to `AnyPointer`.
//
// TODO(now): Remove initializer; it's just to assist incremental changes.
}; };
template <typename T> template <typename T>
...@@ -231,8 +229,6 @@ using UnionParentType = typename UnionParentType_<T>::Type; ...@@ -231,8 +229,6 @@ using UnionParentType = typename UnionParentType_<T>::Type;
kj::StringTree structString(StructReader reader, const RawBrandedSchema& schema); kj::StringTree structString(StructReader reader, const RawBrandedSchema& schema);
// Declared here so that we can declare inline stringify methods on generated types. // 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. // 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> template <typename T>
inline kj::StringTree structString(StructReader reader) { inline kj::StringTree structString(StructReader reader) {
......
...@@ -336,8 +336,6 @@ struct Brand { ...@@ -336,8 +336,6 @@ struct Brand {
# For each of the target type and each of its parent scopes, a parameterization may be included # 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 # 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`. # that scope has no parameters or all parameters should be considered to be `AnyPointer`.
#
# TODO(now): improve naming
struct Scope { struct Scope {
scopeId @0 :Id; scopeId @0 :Id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment