Skip to content

Commit a42edc3

Browse files
committed
[APINotes] Remove unused API
This method is not actually used anywhere. (cherry picked from commit 4348f32)
1 parent 18703c3 commit a42edc3

File tree

1 file changed

+0
-7
lines changed
  • clang/include/clang/APINotes

1 file changed

+0
-7
lines changed

clang/include/clang/APINotes/Types.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,6 @@ class ContextInfo : public CommonTypeInfo {
263263
SwiftObjCMembers = Value.value_or(false);
264264
}
265265

266-
/// Strip off any information within the class information structure that is
267-
/// module-local, such as 'audited' flags.
268-
void stripModuleLocalInfo() {
269-
HasDefaultNullability = false;
270-
DefaultNullability = 0;
271-
}
272-
273266
friend bool operator==(const ContextInfo &, const ContextInfo &);
274267

275268
ContextInfo &operator|=(const ContextInfo &RHS) {

0 commit comments

Comments
 (0)