ssnail

crappy and opinionated static site generator
git clone https://git.e1e0.net/ssnail.git
Log | Files | Refs | README | LICENSE

commit d1efcd2e6c7ee45f1370cd3e7d8990934dee3b98
parent 6779718f252ecadf0c78ed33806638299466e9d1
Author: Paco Esteban <paco@e1e0.net>
Date:   Tue, 30 Jun 2020 12:26:30 +0200

remove unused pointers.

Diffstat:
Mssnail.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/ssnail.c b/ssnail.c @@ -76,8 +76,6 @@ usage(void) int main(int argc, char *argv[]) { - DIR *dirp; - struct dirent *dp; struct article *ap = NULL; const struct ssnail_error *error = NULL;