From 751c0c300ef9e50ecc0805c566865ea2d043dbe0 Mon Sep 17 00:00:00 2001 From: Zitao Fang Date: Fri, 25 Sep 2020 20:49:18 -0700 Subject: [PATCH] Remove comments --- generators/utilities/src/main/resources/csrc/emulator.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/generators/utilities/src/main/resources/csrc/emulator.cc b/generators/utilities/src/main/resources/csrc/emulator.cc index 88a6b26d..d6bca76b 100644 --- a/generators/utilities/src/main/resources/csrc/emulator.cc +++ b/generators/utilities/src/main/resources/csrc/emulator.cc @@ -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";