From 4db8833c93107052686bf3f757f41349fb736809 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 12 Nov 2012 07:35:12 +0000 Subject: [PATCH] Remove unused field. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167719 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/NVPTX/NVPTXSubtarget.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/NVPTX/NVPTXSubtarget.h b/lib/Target/NVPTX/NVPTXSubtarget.h index c3a683a2c6d..3cfd9718e54 100644 --- a/lib/Target/NVPTX/NVPTXSubtarget.h +++ b/lib/Target/NVPTX/NVPTXSubtarget.h @@ -28,7 +28,6 @@ class NVPTXSubtarget : public NVPTXGenSubtargetInfo { std::string TargetName; NVPTX::DrvInterface drvInterface; - bool dummy; // For the 'dummy' feature, see NVPTX.td bool Is64Bit; // PTX version x.y is represented as 10*x+y, e.g. 3.1 == 31 -- 2.11.0