diff options
author | Tim Rowley <[email protected]> | 2017-07-06 10:41:58 -0500 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2017-07-06 15:00:54 -0500 |
commit | 1f0680b51ef445a06f990684142f52286ce4a314 (patch) | |
tree | 370afe6c1f121c8f808dc8f7f9736198dfb6031c /src/gallium/drivers/swr/rasterizer/jitter/streamout_jit.cpp | |
parent | d50ef7332c956785934336d757815196c48ac1d6 (diff) |
swr/rast: remove unused variables
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/rasterizer/jitter/streamout_jit.cpp')
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/jitter/streamout_jit.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/jitter/streamout_jit.cpp b/src/gallium/drivers/swr/rasterizer/jitter/streamout_jit.cpp index 4e618f5c09f..fb80fe2d9cd 100644 --- a/src/gallium/drivers/swr/rasterizer/jitter/streamout_jit.cpp +++ b/src/gallium/drivers/swr/rasterizer/jitter/streamout_jit.cpp @@ -263,8 +263,6 @@ struct StreamOutJit : public Builder Function* Create(const STREAMOUT_COMPILE_STATE& state) { - static std::size_t soNum = 0; - std::stringstream fnName("SO_", std::ios_base::in | std::ios_base::out | std::ios_base::ate); fnName << ComputeCRC(0, &state, sizeof(state)); |