From 9a07435ff885277aba670eb59c039a748175c702 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Fri, 27 Feb 2015 14:43:51 +0000 Subject: identity: Remove. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's unmaintained, and most likely broken: I use trace driver every now and then, and everytime I do I need to fix it up. It's also unused: identity_screen_create is never called. Above all, it's dead weight: if identity driver had the infrastructure for other pass-through drivers (like trace and rbug), then it would make sense on its own right. But as it is implemmented, it's just another driver to (forget) to update whenever there is a gallium interface change. Reviewed-by: Marek Olšák --- src/gallium/drivers/identity/Makefile.am | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/gallium/drivers/identity/Makefile.am (limited to 'src/gallium/drivers/identity/Makefile.am') diff --git a/src/gallium/drivers/identity/Makefile.am b/src/gallium/drivers/identity/Makefile.am deleted file mode 100644 index 0a496331855..00000000000 --- a/src/gallium/drivers/identity/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -include Makefile.sources -include $(top_srcdir)/src/gallium/Automake.inc - -AM_CFLAGS = \ - $(GALLIUM_DRIVER_CFLAGS) - -noinst_LTLIBRARIES = libidentity.la - -libidentity_la_SOURCES = $(C_SOURCES) - -EXTRA_DIST = SConscript -- cgit v1.2.3