Remove comments

This commit is contained in:
Zitao Fang
2020-09-25 20:49:18 -07:00
parent 5243ee2a35
commit 751c0c300e

View File

@@ -163,7 +163,6 @@ int main(int argc, char** argv)
#if VM_TRACE
case 'v': {
vcdfile_name = optarg;
// printf("%s\n", vcdfile_name);
vcdfile = strcmp(optarg, "-") == 0 ? stdout : fopen(optarg, "w");
if (!vcdfile) {
std::cerr << "Unable to open " << optarg << " for VCD write\n";