Ver código fonte

dpkg: Remove unneeded showdiff() forward declaration

Guillem Jover 14 anos atrás
pai
commit
eb6308c42f
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      src/configure.c

+ 0 - 1
src/configure.c

@@ -82,7 +82,6 @@ static int conffoptcells[2][2] = {
 	{ cfo_keep,		cfo_prompt_keep },	/* User edited. */
 	{ cfo_keep,		cfo_prompt_keep },	/* User edited. */
 };
 };
 
 
-static void showdiff(const char *old, const char *new);
 static enum conffopt promptconfaction(struct pkginfo *pkg, const char *cfgfile,
 static enum conffopt promptconfaction(struct pkginfo *pkg, const char *cfgfile,
                                       const char *realold, const char *realnew,
                                       const char *realold, const char *realnew,
                                       int useredited, int distedited,
                                       int useredited, int distedited,