[memprof: 21/76] profile.c: Remove unused variable



commit 82f2d5cb8d1ceab1974cc5c0e0e28e33157ac335
Author: Holger Hans Peter Freyther <zecke selfish org>
Date:   Thu Jun 4 13:12:02 2009 +0200

    profile.c: Remove unused variable

 src/profile.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/profile.c b/src/profile.c
index cd9e7a5..21dc62f 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -694,7 +694,6 @@ void
 profile_write (Profile *profile, const gchar *outfile)
 {
 	FILE *out;
-	int i;
 	GPtrArray *functions;
 
 	out = fopen (outfile, "w");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]