1
0
Fork 0

get rid of Zscale file I missed last time

This commit is contained in:
Howard Mao 2016-05-31 14:33:38 -07:00
parent 44a216038f
commit 50e3caef36
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
// See LICENSE for license details.
extern "C" {
extern int vcs_main(int argc, char** argv);
int main(int argc, char** argv)
{
return vcs_main(argc, argv);
}
}