[Option] Remove an unnecessary conversion function.

llvm-svn: 331585
This commit is contained in:
Fangrui Song 2018-05-05 06:05:31 +00:00
parent f9d26af4ea
commit 2569f3eb80
1 changed files with 0 additions and 3 deletions

View File

@ -85,9 +85,6 @@ public:
SkipToNextArg();
}
// FIXME: This conversion function makes no sense.
operator const Arg*() { return *Current; }
reference operator*() const { return *Current; }
pointer operator->() const { return Current; }