From 166311301c8c83060090d9390887e5d58f25638f Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 12 Nov 2012 07:35:12 +0000 Subject: [PATCH] Remove unused field. llvm-svn: 167719 --- llvm/lib/Target/NVPTX/NVPTXSubtarget.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Target/NVPTX/NVPTXSubtarget.h b/llvm/lib/Target/NVPTX/NVPTXSubtarget.h index c3a683a..3cfd971 100644 --- a/llvm/lib/Target/NVPTX/NVPTXSubtarget.h +++ b/llvm/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.7.4