mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove special treatment for 'include' keyword (closes #521)
- a holdover from OpenFOAM 1.4 (prior to the #include dictionary directive)
This commit is contained in:
@ -241,14 +241,6 @@ bool Foam::entry::New(dictionary& parentDict, Istream& is)
|
||||
|
||||
return true;
|
||||
}
|
||||
else if
|
||||
(
|
||||
!disableFunctionEntries
|
||||
&& keyword == "include"
|
||||
) // ... For backward compatibility
|
||||
{
|
||||
return functionEntries::includeEntry::execute(parentDict, is);
|
||||
}
|
||||
else // ... Data entries
|
||||
{
|
||||
token nextToken(is);
|
||||
|
||||
Reference in New Issue
Block a user