Skip to content

Commit f7dbb30

Browse files
committed
Remove unused function
1 parent b0906f7 commit f7dbb30

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/extract_gpuinfo_radeon.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -505,14 +505,6 @@ int radeon_get_drm_grbm_value(int fd, uint32_t *grbm_status)
505505
return radeon_get_drm_value(fd, RADEON_INFO_READ_REG, grbm_status);
506506
}
507507

508-
static
509-
int radeon_get_drm_srbm_value(int fd, uint32_t *srbm_status)
510-
{
511-
*srbm_status = SRBM_STATUS;
512-
return radeon_get_drm_value(fd, RADEON_INFO_READ_REG, srbm_status);
513-
}
514-
515-
516508

517509
bool gpuinfo_radeon_init(void)
518510
{

0 commit comments

Comments
 (0)