about summary refs log tree commit diff stats
path: root/011load.cc
diff options
context:
space:
mode:
Diffstat (limited to '011load.cc')
-rw-r--r--011load.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/011load.cc b/011load.cc
index d3455217..1e43ead0 100644
--- a/011load.cc
+++ b/011load.cc
@@ -37,7 +37,6 @@ vector<recipe_ordinal> load(istream& in) {
       raise << "unknown top-level command: " << command << '\n' << end();
     }
   }
-  // End Load Sanity Checks
   return result;
 }