Remove BridgingUtils.h headers

These are now empty, and it seems like generally
we ought to prefer putting the bridging logic on
the BridgedXXX wrappers.
This commit is contained in:
Hamish Knight
2023-10-30 23:50:00 +00:00
parent 2a6d93f505
commit 5853304da1
10 changed files with 0 additions and 61 deletions

View File

@@ -30,7 +30,6 @@
#include "swift/AST/Stmt.h"
#include "swift/Basic/OptimizationMode.h"
#include "swift/Basic/Statistic.h"
#include "swift/Basic/BridgingUtils.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/CommandLine.h"