diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-09-22 01:35:23 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-09-22 01:35:23 +0000 |
commit | 27e7bb02bd0f89f96d9e3b402b46c2c97ee4defe (patch) | |
tree | 274247cd9317896d1f4f7b12d469b85dbbae9205 /lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_util.h | |
parent | 294c26e88dc461cbb485be73fd6624ec386b4f0b (diff) |
Import Mesa 20.0.8
Diffstat (limited to 'lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_util.h')
-rw-r--r-- | lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_util.h b/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_util.h index 4c77cbcc1..d3a1a36af 100644 --- a/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_util.h +++ b/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_util.h @@ -47,7 +47,6 @@ #define mkdir(dir, mode) _mkdir(dir) #endif -struct pipe_screen; /* name of the directory in home */ #define DD_DIR "ddebug_dumps" |