mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Remove out of date debug output
This commit is contained in:
parent
a847b4307a
commit
56ec2dfc4a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user