Skip to content

Commit aade5fb

Browse files
authored
Remove redundant "private"
1 parent cb56564 commit aade5fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/swift/Basic/PathRemapper.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
namespace swift {
3434

3535
class PathRemapper {
36-
private:
3736
SmallVector<std::pair<std::string, std::string>, 2> PathMappings;
3837

3938
public:
@@ -61,4 +60,4 @@ class PathRemapper {
6160

6261
} // end namespace swift
6362

64-
#endif // SWIFT_BASIC_PATHREMAPPER_H
63+
#endif // SWIFT_BASIC_PATHREMAPPER_H

0 commit comments

Comments
 (0)