mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
remove a dead method.
llvm-svn: 82413
This commit is contained in:
parent
12fdecb172
commit
a1378ef745
@ -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…
Reference in New Issue
Block a user