[hipl-commit] [trunk] Rev 4151: Remove redundant local declaration of system function vasprintf().

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 7 Apr 2010 16:56:51 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 07/04/2010 at 16:56:51
Revision: 4151
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove redundant local declaration of system function vasprintf().

Modified:
  M  lib/gui/tools.c

=== modified file 'lib/gui/tools.c'
--- lib/gui/tools.c     2010-03-18 21:15:21 +0000
+++ lib/gui/tools.c     2010-04-07 13:56:32 +0000
@@ -83,10 +83,6 @@
     return NULL;
 }
 
-/* todo: including stdio.h did not solve this the compilation problem */
-extern int vasprintf(char **__restrict __ptr, __const char *__restrict __f,
-                     _G_va_list __arg);
-
 /**
  * _group_remote_del_thread - Thread function for deleting remote group.
  *

Other related posts:

  • » [hipl-commit] [trunk] Rev 4151: Remove redundant local declaration of system function vasprintf(). - Diego Biurrun