diff Framework/Common/Integer64Value.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 f5dc59c56e65
children 9d00e5e073e8
line wrap: on
line diff
--- a/Framework/Common/Integer64Value.cpp	Tue Apr 13 17:53:53 2021 +0200
+++ b/Framework/Common/Integer64Value.cpp	Tue Apr 13 18:43:21 2021 +0200
@@ -44,9 +44,6 @@
       case ValueType_BinaryString:
         return new BinaryStringValue(s);
 
-      case ValueType_File:
-        return new FileValue(s);
-
       case ValueType_Utf8String:
         return new Utf8StringValue(s);