diff Framework/Common/Utf8StringValue.cpp @ 244:02cd7254c949

separating class InputFileValue from FileValue
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Apr 2021 18:43:21 +0200
parents 3236894320d6
children 9d00e5e073e8
line wrap: on
line diff
--- a/Framework/Common/Utf8StringValue.cpp	Tue Apr 13 17:53:53 2021 +0200
+++ b/Framework/Common/Utf8StringValue.cpp	Tue Apr 13 18:43:21 2021 +0200
@@ -42,9 +42,6 @@
       case ValueType_BinaryString:
         return new BinaryStringValue(utf8_);
 
-      case ValueType_File:
-        return new FileValue(utf8_);
-
       case ValueType_Integer64:
         try
         {