diff options
Diffstat (limited to 'llvm/include/llvm/User.h')
| -rw-r--r-- | llvm/include/llvm/User.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/User.h b/llvm/include/llvm/User.h index 1b215e395e7..db89b862c4b 100644 --- a/llvm/include/llvm/User.h +++ b/llvm/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 { |

