From: Andrey Miroshnikov Date: Wed, 8 Nov 2023 16:37:57 +0000 (+0000) Subject: Removed unused include: bug #676 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=514a48499f05e1cbf444d35f1ab7f7fd863c5e9f;p=openpower-isa.git Removed unused include: bug #676 --- diff --git a/maxloc/maxloc.c b/maxloc/maxloc.c index 8d3d4a7a..484eb830 100644 --- a/maxloc/maxloc.c +++ b/maxloc/maxloc.c @@ -1,6 +1,5 @@ #include #include -//#include int m2(int * const restrict a, int n) { int m, nm;