summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/hash_set.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/ADT/hash_set.in')
-rw-r--r--include/llvm/ADT/hash_set.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/hash_set.in b/include/llvm/ADT/hash_set.in
index 1d4dff8b54..aa27e5f020 100644
--- a/include/llvm/ADT/hash_set.in
+++ b/include/llvm/ADT/hash_set.in
@@ -84,7 +84,7 @@ namespace HASH_NAMESPACE {
/*
template <class DataType> struct hash {
unsigned int operator()(const unsigned int& x) const {
- return x;
+ return x;
}
};
*/