remove unused function from ObjCRuntime.h, NFC

llvm-svn: 317228
This commit is contained in:
Alex Lorenz 2017-11-02 19:01:34 +00:00
parent 5d2c9a46fc
commit a15c4deb7b
1 changed files with 0 additions and 5 deletions

View File

@ -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; }