Skip to content

Commit 2d192d0

Browse files
committed
Remove TODO
Signed-off-by: Mei Chu <meimchu@gmail.com>
1 parent 707375f commit 2d192d0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/OpenColorIO/Config.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,6 @@ ConstConfigRcPtr Config::CreateFromEnv()
11551155
ConstConfigRcPtr Config::CreateFromFile(const char * filename)
11561156
{
11571157
// Specifically check if a config filepath is provided.
1158-
// TODO: Consider raising a different exception for this?
11591158
if (!filename || !*filename)
11601159
{
11611160
throw Exception("The config filepath is missing.");

0 commit comments

Comments
 (0)