Skip to content

Commit 2ffefec

Browse files
authored
[Comgr][SPIRV] Remove unused variable in test (llvm#142)
1 parent 1abce96 commit 2ffefec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

amd/comgr/test-lit/comgr-sources/spirv-translator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ int main(int argc, char *argv[]) {
1313
amd_comgr_data_t DataSpirv;
1414
amd_comgr_data_set_t DataSetSpirv, DataSetBc;
1515
amd_comgr_action_info_t DataAction;
16-
amd_comgr_status_t Status;
1716
size_t Count;
1817

1918
if (argc != 4) {

0 commit comments

Comments
 (0)