Skip to content
Snippets Groups Projects
Commit 0456c597 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: remove special treatment for 'include' keyword (closes #521)

- a holdover from OpenFOAM 1.4 (prior to the #include dictionary directive)
parent f304b701
No related branches found
No related tags found
No related merge requests found
...@@ -241,14 +241,6 @@ bool Foam::entry::New(dictionary& parentDict, Istream& is) ...@@ -241,14 +241,6 @@ bool Foam::entry::New(dictionary& parentDict, Istream& is)
return true; return true;
} }
else if
(
!disableFunctionEntries
&& keyword == "include"
) // ... For backward compatibility
{
return functionEntries::includeEntry::execute(parentDict, is);
}
else // ... Data entries else // ... Data entries
{ {
token nextToken(is); token nextToken(is);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment