Skip to content

Commit 664ed15

Browse files
committed
[clang][deps] Remove remainder of the old libclang API
1 parent beb8886 commit 664ed15

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

clang/tools/libclang/CDependencies.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,6 @@ void clang_experimental_DependencyScannerServiceOptions_setCacheNegativeStats(
171171
unwrap(Opts)->CacheNegativeStats = CacheNegativeStats;
172172
}
173173

174-
CXDependencyScannerService
175-
clang_experimental_DependencyScannerService_create_v0(CXDependencyMode Format) {
176-
// FIXME: Pass default CASOpts now.
177-
CASOptions CASOpts;
178-
return wrap(new DependencyScanningService(
179-
ScanningMode::DependencyDirectivesScan, unwrap(Format), CASOpts,
180-
/*CAS=*/nullptr, /*ActionCache=*/nullptr));
181-
}
182-
183174
ScanningOutputFormat DependencyScannerServiceOptions::getFormat() const {
184175
if (ConfiguredFormat != ScanningOutputFormat::Full)
185176
return ConfiguredFormat;

0 commit comments

Comments
 (0)