diff --git a/SabreTools.ObjectIdentifier/Parser.OIDIRI.cs b/SabreTools.ObjectIdentifier/Parser.OIDIRI.cs index d6a04009..d0f73108 100644 --- a/SabreTools.ObjectIdentifier/Parser.OIDIRI.cs +++ b/SabreTools.ObjectIdentifier/Parser.OIDIRI.cs @@ -12,7 +12,6 @@ namespace SabreTools.ObjectIdentifier /// Parse an OID in separated-value notation into OID-IRI notation /// /// List of values to check against - /// Current index into the list /// OID-IRI formatted string, if possible /// public static string? ParseOIDToOIDIRINotation(ulong[]? values)