summaryrefslogtreecommitdiffstats
path: root/include/llvm/User.h
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2011-01-14 18:41:56 +0000
committerJay Foad <jay.foad@gmail.com>2011-01-14 18:41:56 +0000
commitf18e4c3ab4735e278427f13e13603ecfa5608f0e (patch)
tree0041e95af64e92edb9acc08e0a6d0c0d716f5555 /include/llvm/User.h
parent04b9a4331ca2bc5dc1456c8d60ac651fec691509 (diff)
downloadexternal_llvm-f18e4c3ab4735e278427f13e13603ecfa5608f0e.zip
external_llvm-f18e4c3ab4735e278427f13e13603ecfa5608f0e.tar.gz
external_llvm-f18e4c3ab4735e278427f13e13603ecfa5608f0e.tar.bz2
OperandTraits<>::Layout isn't used for anything. Remove it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123452 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/User.h')
-rw-r--r--include/llvm/User.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/User.h b/include/llvm/User.h
index 1b215e3..db89b86 100644
--- a/include/llvm/User.h
+++ b/include/llvm/User.h
@@ -37,10 +37,6 @@ struct OperandTraits<User> {
static inline Use *op_begin(User*);
static inline Use *op_end(User*);
static inline unsigned operands(const User*);
- template <class U>
- struct Layout {
- typedef U overlay;
- };
};
class User : public Value {