Skip to content

Commit b4446bd

Browse files
committed
Removed unnecessary functions
1 parent 63cf353 commit b4446bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/include/clang/AST/RecordFieldReorganizer.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ class RecordFieldReorganizer {
3434
private:
3535
void commit(const RecordDecl *D,
3636
SmallVectorImpl<Decl *> &NewFieldOrder) const;
37-
bool autostructselect(const SmallVector<Decl *,64> fields) const;
3837
};
3938

4039
class Randstruct : public RecordFieldReorganizer {
41-
public:
42-
//Automatic Structure selection
40+
public:
41+
/// Determines if the Record can be safely and easily randomized based on certain criteria (see implementation).
4342
bool isTriviallyRandomizable(const RecordDecl *D) const;
4443
protected:
4544
virtual void reorganize(const ASTContext &C, const RecordDecl *D,

0 commit comments

Comments
 (0)