Commit 700f9dcb by John Kessenich

Fix g++ build complaint.

parent 92f90383
...@@ -53,7 +53,6 @@ Builder::~Builder() ...@@ -53,7 +53,6 @@ Builder::~Builder()
void MissingFunctionality(const char* fun) void MissingFunctionality(const char* fun)
{ {
printf("Missing functionality: %s\n", fun); printf("Missing functionality: %s\n", fun);
exit(1);
} }
}; // end glbil namespace }; // end glbil namespace
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