forked from OSchip/llvm-project
[Option] Remove an unnecessary conversion function.
llvm-svn: 331585
This commit is contained in:
parent
f9d26af4ea
commit
2569f3eb80
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue