summaryrefslogtreecommitdiff
path: root/willow/include
diff options
context:
space:
mode:
Diffstat (limited to 'willow/include')
-rw-r--r--willow/include/willow/IR/TypeContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/willow/include/willow/IR/TypeContext.h b/willow/include/willow/IR/TypeContext.h
index e7b0712..423fd9b 100644
--- a/willow/include/willow/IR/TypeContext.h
+++ b/willow/include/willow/IR/TypeContext.h
@@ -22,7 +22,6 @@ public:
Type IntType(std::size_t width);
/// \param pointee Type of the pointee.
- /// \param size Size in bits of the pointer representation.
/// \return Uniqued pointer type.
Type PtrType(Type pointee);