about summary refs log tree commit diff stats
path: root/cpp/013run
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/013run')
-rw-r--r--cpp/013run3
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;
 }