Remove Go extraction reconciliation feature flag

This commit is contained in:
Angela P Wen
2022-11-04 16:07:28 -07:00
parent 4a6bd9e09b
commit fcca9c3bce
36 changed files with 111 additions and 253 deletions
+1 -6
View File
@@ -119,12 +119,7 @@ export async function runInit(
} catch (e) {
throw processError(e);
}
return await getCombinedTracerConfig(
config,
codeql,
await util.isGoExtractionReconciliationEnabled(featureEnablement),
logger
);
return await getCombinedTracerConfig(config, codeql, logger);
}
/**