mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +00:00
remove a dead method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82413 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4d0764da03
commit
19e74991f3
@ -268,13 +268,6 @@ namespace llvm {
|
||||
/// @name Registry Access
|
||||
/// @{
|
||||
|
||||
static unsigned getNumTargets() {
|
||||
unsigned Res = 0;
|
||||
for (iterator I = begin(), E = end(); I != E; ++I)
|
||||
++Res;
|
||||
return Res;
|
||||
}
|
||||
|
||||
static iterator begin();
|
||||
|
||||
static iterator end() { return iterator(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user