summaryrefslogtreecommitdiff
path: root/lib/igt_debugfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_debugfs.c')
-rw-r--r--lib/igt_debugfs.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/igt_debugfs.c b/lib/igt_debugfs.c
index 7584be5f..f5ed3daf 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];