changeset 1136:4e27fc16450d

listing: remove unused #define Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Tue, 13 Nov 2018 15:59:01 -0500
parents c6aa5d10c97a
children cd1e18ebc0b4
files listing.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/listing.c	Sat Oct 06 23:59:28 2018 -0400
+++ b/listing.c	Tue Nov 13 15:59:01 2018 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2015 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
+ * Copyright (c) 2011-2018 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -30,8 +30,6 @@
 #include "file_cache.h"
 #include "post.h"
 
-#define PAGE 4096
-
 struct str *listing(struct post *post, const char *fname)
 {
 	char path[FILENAME_MAX];