diff mbox

[i-g-t,4/7] lib/igt_debugfs: Remove igt_debugfs_t

Message ID 1493138713-2319-5-git-send-email-brian.starkey@arm.com (mailing list archive)
State New, archived
Headers show

Commit Message

Brian Starkey April 25, 2017, 4:45 p.m. UTC
It's not used anymore, so remove it.

Signed-off-by: Brian Starkey <brian.starkey@arm.com>
---
 lib/igt_debugfs.c |    5 -----
 1 file changed, 5 deletions(-)
diff mbox

Patch

diff --git a/lib/igt_debugfs.c b/lib/igt_debugfs.c
index 7584be5f9cc1..f5ed3dafee8a 100644
--- a/lib/igt_debugfs.c
+++ b/lib/igt_debugfs.c
@@ -84,11 +84,6 @@ 
  * General debugfs helpers
  */
 
-typedef struct {
-	char root[128];
-	char dri_path[128];
-} igt_debugfs_t;
-
 static bool is_mountpoint(const char *path)
 {
 	char buf[strlen(path) + 4];