summaryrefslogtreecommitdiff
path: root/lib/igt_debugfs.c
diff options
context:
space:
mode:
authorBrian Starkey <brian.starkey@arm.com>2017-06-05 14:28:39 +0100
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2017-06-09 15:30:14 +0300
commit4bdcd335961203c07a37aaebf6c441814a6555fa (patch)
tree1140b5d6e20e19c71409f48a72d9554b75a5bc1e /lib/igt_debugfs.c
parentbf2a10392eaca70e18163dec40e8bbfcdb54c8ba (diff)
lib/igt_debugfs: Remove igt_debugfs_t
It's not used anymore, so remove it. Signed-off-by: Brian Starkey <brian.starkey@arm.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
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];