From 5093e972d2fa48f2e039bcf8bdfebaf81cb00291 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Wed, 22 May 2024 19:26:43 -0600 Subject: [PATCH] Update CourseMetadata.cpp --- src/factories/mk64/CourseMetadata.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/factories/mk64/CourseMetadata.cpp b/src/factories/mk64/CourseMetadata.cpp index 509dcc5a..6ee7d9b6 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) {