diff options
Diffstat (limited to 'sources/shiboken6/ApiExtractor/clangparser/compilersupport.h')
| -rw-r--r-- | sources/shiboken6/ApiExtractor/clangparser/compilersupport.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h b/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h index f8aa5b2d7..e6e6b08a7 100644 --- a/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h +++ b/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h @@ -74,12 +74,6 @@ const char *compilerTripletValue(Compiler c); Architecture architecture(); bool setArchitecture(const QString &name); -unsigned pointerSize(); // (bit) -void setPointerSize(unsigned ps); // Set by parser - -QString targetTriple(); -void setTargetTriple(const QString &t); // Updated by clang parser while parsing - bool isCrossCompilation(); // Are there any options specifying a target |
