From 9081daa84546dc48c0c521cb2081ef20c896e019 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@tuebingen.mpg.de>
Date: Sun, 4 Oct 2015 00:06:34 +0000
Subject: [PATCH] play.c: Remove bogus __a_unused attribute for session_open().

The play task pointer IS used in this function.
---
 play.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/play.c b/play.c
index 1b3cc933..23d184da 100644
--- a/play.c
+++ b/play.c
@@ -1029,7 +1029,7 @@ static void sigint_handler(int sig)
  * stderr. Once the i9e subsystem has been initialized, we switch to the i9e
  * log facility.
  */
-static void session_open(__a_unused struct play_task *pt)
+static void session_open(struct play_task *pt)
 {
 	int ret;
 	char *history_file;
-- 
2.39.5