Skip to content

Commit a67edd4

Browse files
Remove dead code
1 parent 5dde799 commit a67edd4

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

tools/clang/unittests/HLSLExec/ExecutionTest.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12476,10 +12476,6 @@ void main(uint threadIdx : SV_GroupThreadID)
1247612476
}
1247712477
)";
1247812478

12479-
#if 0
12480-
printf("%s\n", ShaderSource.c_str());
12481-
#endif
12482-
1248312479
auto CreateDefineFromInt = [](const wchar_t *Name, int Value) {
1248412480
std::wstringstream Stream;
1248512481
Stream << L"-D" << Name << L"=" << Value;
@@ -12574,14 +12570,6 @@ void main(uint threadIdx : SV_GroupThreadID)
1257412570
BiasInterpretationEnumDefine.c_str(),
1257512571
};
1257612572

12577-
#if 0
12578-
// Print options for debugging
12579-
WEX::Logging::Log::Comment(L"Shader compilation options:");
12580-
for (UINT i = 0; i < _countof(Options); i++) {
12581-
WEX::Logging::Log::Comment(Options[i]);
12582-
}
12583-
#endif
12584-
1258512573
CComPtr<LinAlgHeaderIncludeHandler> IncludeHandler =
1258612574
new LinAlgHeaderIncludeHandler(m_support);
1258712575

0 commit comments

Comments
 (0)