mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
Remove out of date debug output
This commit is contained in:
@@ -63,7 +63,6 @@ unique_ptr<hs_platform_info> xcompileReadMode(const char *s) {
|
|||||||
if (!opt.empty()) {
|
if (!opt.empty()) {
|
||||||
for (const auto &xcompile : xcompile_options) {
|
for (const auto &xcompile : xcompile_options) {
|
||||||
if (opt == xcompile.name) {
|
if (opt == xcompile.name) {
|
||||||
DEBUG_PRINTF("found opt %zu:%llu\n", i, xcompile.cpu_features);
|
|
||||||
rv.cpu_features = xcompile.cpu_features;
|
rv.cpu_features = xcompile.cpu_features;
|
||||||
found_mode = true;
|
found_mode = true;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user