diff options
Diffstat (limited to 'src/factories/mk64/CourseMetadata.cpp')
| -rw-r--r-- | src/factories/mk64/CourseMetadata.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/factories/mk64/CourseMetadata.cpp b/src/factories/mk64/CourseMetadata.cpp index 509dcc5..6ee7d9b 100644 --- a/src/factories/mk64/CourseMetadata.cpp +++ b/src/factories/mk64/CourseMetadata.cpp @@ -15,8 +15,6 @@ ExportResult MK64::CourseMetadataCodeExporter::Export(std::ostream &write, std:: throw std::runtime_error("Course metadata null"); } - - // Sort the data by id, 0 to 20 and beyond. std::sort(metadata.begin(), metadata.end(), [this](const CourseMetadata& a, const CourseMetadata& b) { |
