stagit-index: remove unused efopen function
This commit is contained in:
parent
86bbe82211
commit
70b777831a
1 changed files with 0 additions and 11 deletions
|
@ -24,17 +24,6 @@ static char description[255] = "Repositories";
|
|||
static char name[255];
|
||||
static char owner[255];
|
||||
|
||||
FILE *
|
||||
efopen(const char *name, const char *flags)
|
||||
{
|
||||
FILE *fp;
|
||||
|
||||
if (!(fp = fopen(name, flags)))
|
||||
err(1, "fopen");
|
||||
|
||||
return fp;
|
||||
}
|
||||
|
||||
/* Escape characters below as HTML 2.0 / XML 1.0. */
|
||||
void
|
||||
xmlencode(FILE *fp, const char *s, size_t len)
|
||||
|
|
Loading…
Reference in a new issue