Commit 01f62e0d authored by anozdrin/alik@station's avatar anozdrin/alik@station

WL#4104: Deprecate the Instance Manager.

A deprecation warning added.
parent 9a6f6731
......@@ -79,6 +79,9 @@ int main(int argc, char *argv[])
{
int return_value;
puts("\n"
"WARNING: This program is deprecated and will be removed in 6.0.\n");
/* Initialize. */
MY_INIT(argv[0]);
......
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