diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-11-18 15:30:57 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-11-19 21:56:25 +0100 |
| commit | bce5860c3855cc5d86aa5e7df59a35f9c9bb0455 (patch) | |
| tree | 64036e14659cdad723af0c41304ba288ed185c41 /sources/shiboken6/ApiExtractor/clangparser/compilersupport.h | |
| parent | 072ffd057a29a694a0ad91894736bb4d0a88738e (diff) | |
shiboken6/compilersupport.cpp: Remove values that are only used for logging
Remove the getters/setters and make them function-local as
they unnecessarily clutter the code.
Task-number: PYSIDE-3105
Change-Id: Ia56f65ae169e1e9e7b96ca2d98b6694ae9f3f208
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
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 |
