forked from OSchip/llvm-project
remove unused function from ObjCRuntime.h, NFC
llvm-svn: 317228
This commit is contained in:
parent
5d2c9a46fc
commit
a15c4deb7b
|
@ -67,11 +67,6 @@ public:
|
|||
ObjCRuntime(Kind kind, const VersionTuple &version)
|
||||
: TheKind(kind), Version(version) {}
|
||||
|
||||
void set(Kind kind, VersionTuple version) {
|
||||
TheKind = kind;
|
||||
Version = version;
|
||||
}
|
||||
|
||||
Kind getKind() const { return TheKind; }
|
||||
const VersionTuple &getVersion() const { return Version; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue