From b7f8ddf9d938acd441d840346b2ba168e49733af Mon Sep 17 00:00:00 2001 From: Felix Thiel Date: Tue, 27 Aug 2024 16:20:07 +0100 Subject: [PATCH] Issue #462 Removed obsolete TODO comment. --- bouncer/src/repo/lib/datastructure/repo_metadataVariant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bouncer/src/repo/lib/datastructure/repo_metadataVariant.h b/bouncer/src/repo/lib/datastructure/repo_metadataVariant.h index e867fe8d2..0a815dd35 100644 --- a/bouncer/src/repo/lib/datastructure/repo_metadataVariant.h +++ b/bouncer/src/repo/lib/datastructure/repo_metadataVariant.h @@ -28,7 +28,7 @@ namespace repo { namespace lib { - typedef public boost::variant MetadataVariant; // TODO: Date? + typedef public boost::variant MetadataVariant; }