diff options
Diffstat (limited to 'include/clang/Driver/HostInfo.h')
-rw-r--r-- | include/clang/Driver/HostInfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/Driver/HostInfo.h b/include/clang/Driver/HostInfo.h index 7285a48b1c..7a85202470 100644 --- a/include/clang/Driver/HostInfo.h +++ b/include/clang/Driver/HostInfo.h @@ -43,10 +43,6 @@ public: std::string getPlatformName() const { return Triple.getVendorName(); } std::string getOSName() const { return Triple.getOSName(); } - /// useDriverDriver - Whether the driver should act as a driver driver for - /// this host and support -arch, -Xarch, etc. - virtual bool useDriverDriver() const = 0; - /// CreateToolChain - Construct the toolchain to use for this host (which the /// host retains ownership of). /// |