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

STYLE: foamDictionary does not need to set FOAM_API

- already done in argList
parent 8609a0bb
Branches
Tags
No related merge requests found
......@@ -129,7 +129,6 @@ Usage
#include "Fstream.H"
#include "etcFiles.H"
#include "includeEntry.H"
#include "foamVersion.H"
using namespace Foam;
......@@ -329,9 +328,6 @@ int main(int argc, char *argv[])
argList args(argc, argv);
// OPENFOAM API
setEnv("FOAM_API", std::to_string(foamVersion::api), true);
const bool listIncludes = args.found("includes");
if (listIncludes)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment