diff options
Diffstat (limited to 'cpp/013run')
-rw-r--r-- | cpp/013run | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/013run b/cpp/013run index 8456a7c0..e811d96d 100644 --- a/cpp/013run +++ b/cpp/013run @@ -150,8 +150,7 @@ size_t size_of(const reagent& r) { return size_of(r.types); } size_t size_of(const vector<type_number>& types) { - type_info t = Type[types[0]]; - // End size_of Cases. + // End size_of(types) Cases. return 1; } |