Commit d73a3775 authored by Jaikrishnan Menon's avatar Jaikrishnan Menon

Codegen: Mark internal function as static

parent 1719fb67
......@@ -55,7 +55,7 @@ using namespace std;
using namespace nervana::cpu;
std::string GetExecutablePath(const char* Argv0)
static std::string GetExecutablePath(const char* Argv0)
{
// This just needs to be some symbol in the binary; C++ doesn't
// allow taking the address of ::main however.
......
Markdown is supported
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