diff options
author | Amaury Sechet <deadalnix@gmail.com> | 2016-04-13 23:01:39 +0000 |
---|---|---|
committer | Amaury Sechet <deadalnix@gmail.com> | 2016-04-13 23:01:39 +0000 |
commit | 2a734db7d3418cae537c63337d77243a22b2db81 (patch) | |
tree | 672ad60f0e97e48c9063d514f17da817b622185c /llvm/include | |
parent | 11f60fd65a79350de1e9f295ea2c997bdc534ea9 (diff) | |
download | bcm5719-llvm-2a734db7d3418cae537c63337d77243a22b2db81.tar.gz bcm5719-llvm-2a734db7d3418cae537c63337d77243a22b2db81.zip |
Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration away from LLVMAttribute"
This reverts commit 0bcfd95c268bcb180a525e1837e84475df8acdc7.
llvm-svn: 266259
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm-c/Core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index 114b8788b1b..d9b6712ac27 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -476,9 +476,6 @@ unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name, unsigned SLen); unsigned LLVMGetMDKindID(const char *Name, unsigned SLen); -unsigned LLVMGetAttrKindIDInContext(LLVMContextRef C, const char *Name, - size_t SLen); - /** * @} */ |