From: Paul Berry Date: Tue, 8 Nov 2011 15:50:56 +0000 (-0800) Subject: r200: remove dangling radeon.h symlink. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01ccddbed6ff970e1018c250ba9044bf06671d25;p=mesa.git r200: remove dangling radeon.h symlink. Commit 1401b96b (radeon: cleanup radeon shared code after r300 and r600 classic drivers removal) removed the file src/mesa/drivers/dri/radeon/server/radeon.h, but it left behind the symlink which was used to share that file into the src/mesa/drivers/dri/r200/server directory. This patch removes the dangling symlink. Reviewed-by: Alex Deucher --- diff --git a/src/mesa/drivers/dri/r200/server/radeon.h b/src/mesa/drivers/dri/r200/server/radeon.h deleted file mode 120000 index 81274a54f11..00000000000 --- a/src/mesa/drivers/dri/r200/server/radeon.h +++ /dev/null @@ -1 +0,0 @@ -../../radeon/server/radeon.h \ No newline at end of file