diff options
author | Zack Rusin <[email protected]> | 2007-10-21 11:16:01 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2007-10-24 11:21:04 -0400 |
commit | 6815a9af6c98934e3537507ccbf077d69a5d5320 (patch) | |
tree | 968a1c3d13c274cfb88c8edd4cf45ffa8ccd2310 /src/mesa/pipe/llvm/storage.h | |
parent | 3b772a277fe032c94654648d0671ff42fd3fdce6 (diff) |
Cleanup some of the debugging output code
Diffstat (limited to 'src/mesa/pipe/llvm/storage.h')
-rw-r--r-- | src/mesa/pipe/llvm/storage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/llvm/storage.h b/src/mesa/pipe/llvm/storage.h index f39d308fdd2..66a33633325 100644 --- a/src/mesa/pipe/llvm/storage.h +++ b/src/mesa/pipe/llvm/storage.h @@ -57,7 +57,6 @@ private: llvm::Value *m_undefFloatVec; llvm::Value *m_undefIntVec; - int m_shuffleId; char m_name[32]; int m_idx; |