From 44d3711743a352abb7925339abf9e5b8ddaef428 Mon Sep 17 00:00:00 2001 From: Michael Votaw Date: Fri, 23 Feb 2024 21:07:03 -0600 Subject: [PATCH] Removing already outdated comment --- src/CourseLoaderCRS.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CourseLoaderCRS.cpp b/src/CourseLoaderCRS.cpp index 89fdab2674..6dbd1710f1 100644 --- a/src/CourseLoaderCRS.cpp +++ b/src/CourseLoaderCRS.cpp @@ -705,8 +705,6 @@ bool CourseLoaderCRS::ParseCommaSeparatedList(const RString &sParamValue, std::v { std::vector items; //...and here is where the string unescaping gets handled - // Because we're dealing with a comma-separated list, we have to handle any escaped commas - // as a special case. Hopefully nobody writes a song called "||escaped-comma||" RString unescapedParamValue = sParamValue; split_minding_escaped_delims(sParamValue, ",", items);