summaryrefslogtreecommitdiff
path: root/include/llvm/Type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Type.h')
-rw-r--r--include/llvm/Type.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index 95edb50459..e7c165b1bf 100644
--- a/include/llvm/Type.h
+++ b/include/llvm/Type.h
@@ -294,10 +294,6 @@ public:
/// otherwise return 'this'.
Type *getScalarType();
- /// getNumElements - If this is a vector type, return the number of elements,
- /// otherwise return zero.
- unsigned getNumElements();
-
//===--------------------------------------------------------------------===//
// Type Iteration support.
//