aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Function.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Function.h')
-rw-r--r--include/llvm/Function.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Function.h b/include/llvm/Function.h
index 1a65950aa8..db61250a60 100644
--- a/include/llvm/Function.h
+++ b/include/llvm/Function.h
@@ -189,11 +189,6 @@ public:
void setGC(const char *Str);
void clearGC();
- /// getRetAttributes - Return the return attributes for querying.
- Attribute getRetAttributes() const {
- return AttributeList.getRetAttributes();
- }
-
/// addAttribute - adds the attribute to the list of attributes.
void addAttribute(unsigned i, Attribute attr);