Get rid of no-longer-used #define.

Change-Id: Ibaebda819094f09610dc9cf8a303440b93bf2da0
Reviewed-on: https://code.wireshark.org/review/4686
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-10-14 12:31:49 -07:00
parent a18c9c5cf0
commit 74a8ad74c5
1 changed files with 0 additions and 2 deletions

View File

@ -309,8 +309,6 @@ capsa_seek_read(wtap *wth, gint64 seek_off,
return TRUE;
}
#define TIME_FIXUP_CONSTANT
static int
capsa_read_packet(wtap *wth, FILE_T fh, struct wtap_pkthdr *phdr,
Buffer *buf, int *err, gchar **err_info)