Commit f1851f9e authored by Tollef Fog Heen's avatar Tollef Fog Heen

Drop obsolete VSM_Open

This is no longer needed and breaks -n
parent 22ac7f84
......@@ -350,11 +350,6 @@ main(int argc, char **argv)
}
}
if (VSM_Open(vd)) {
fprintf(stderr, "%s\n", VSM_Error(vd));
exit (1);
}
VUT.dispatch_f = &accumulate;
VUT.dispatch_priv = NULL;
if (!once){
......
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