diff --git a/src/OpenFOAM/primitives/functions/DataEntry/DataEntry/DataEntryNew.C b/src/OpenFOAM/primitives/functions/DataEntry/DataEntry/DataEntryNew.C index c7383f9d0d57dd53a298c23ae53ac620030ee1a9..5786665f6a4cefdb631e7038b719ea4673f0e350 100644 --- a/src/OpenFOAM/primitives/functions/DataEntry/DataEntry/DataEntryNew.C +++ b/src/OpenFOAM/primitives/functions/DataEntry/DataEntry/DataEntryNew.C @@ -45,7 +45,6 @@ Foam::autoPtr<Foam::DataEntry<Type> > Foam::DataEntry<Type>::New } else { - is.putBack(firstToken); // DataEntryType = CompatibilityConstant<Type>::typeName; DataEntryType = "CompatibilityConstant"; }