diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-05-22 19:26:43 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-05-24 17:05:56 -0600 |
| commit | 5093e972d2fa48f2e039bcf8bdfebaf81cb00291 (patch) | |
| tree | f012b6189e9b49948fbf25c7e64453e208ac0a7a /src | |
| parent | 718aeb89374691e3ac0d634f0630b873b5ac5a6d (diff) | |
Update CourseMetadata.cpp
Diffstat (limited to 'src')
| -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) { |
