Skip to content

Commit fff4b09

Browse files
skarczewigcbot
authored andcommitted
Minor refactor
Minor refactor
1 parent 5f706e6 commit fff4b09

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

IGC/Compiler/CISACodeGen/ShaderCodeGen.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -719,10 +719,6 @@ class CShader
719719
CVariable* m_ImplArgBufPtr = nullptr;
720720
CVariable* m_LocalIdBufPtr = nullptr;
721721
CVariable* m_GlobalBufferArg = nullptr;
722-
723-
/// holds max number of inputs that can be pushed for this shader unit
724-
static const uint32_t m_pMaxNumOfPushedInputs;
725-
726722
SProgramOutput m_simdProgram;
727723

728724
// for each vector BCI whose uses are all extractElt with imm offset,

0 commit comments

Comments
 (0)