Przeglądaj źródła

dpkg: Remove unneeded showdiff() forward declaration

Guillem Jover 14 lat temu
rodzic
commit
eb6308c42f
1 zmienionych plików z 0 dodań i 1 usunięć
  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. */
 };
 
-static void showdiff(const char *old, const char *new);
 static enum conffopt promptconfaction(struct pkginfo *pkg, const char *cfgfile,
                                       const char *realold, const char *realnew,
                                       int useredited, int distedited,