summaryrefslogtreecommitdiffstats
path: root/target-sh4
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2015-08-26 12:17:14 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2015-09-11 10:21:38 +0300
commit8abae4d31d92be2085fd66566585cba7699ad332 (patch)
treea214cf8248df269aef91d5c04e56a4a492276e5f /target-sh4
parentb6af097528caba5b23b79db3f1f1fd08fa4fa11e (diff)
downloadhqemu-8abae4d31d92be2085fd66566585cba7699ad332.zip
hqemu-8abae4d31d92be2085fd66566585cba7699ad332.tar.gz
maint: remove unused include for assert.h
A number of files were including assert.h but not using any of the functions it provides Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target-sh4')
-rw-r--r--target-sh4/op_helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sh4/op_helper.c b/target-sh4/op_helper.c
index cbc11ae..a312118 100644
--- a/target-sh4/op_helper.c
+++ b/target-sh4/op_helper.c
@@ -16,7 +16,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#include <assert.h>
#include <stdlib.h>
#include "cpu.h"
#include "exec/helper-proto.h"
OpenPOWER on IntegriCloud