]> git.stg.codes - stg.git/commitdiff
Unused struct member removed
authorMaxim Mamontov <faust.madf@gmail.com>
Tue, 7 Feb 2012 10:32:55 +0000 (12:32 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Tue, 7 Feb 2012 10:32:55 +0000 (12:32 +0200)
projects/stargazer/plugins/capture/divert_freebsd/divert_cap.cpp

index 60672048a6ce00e3e6ad243526d3f14878a45898..a949433e762dab509be7475f348d3d567fdb378c 100644 (file)
@@ -54,7 +54,6 @@ $Date: 2010/09/10 06:43:03 $
 struct DIVERT_DATA {
 int sock;
 short int port;
-unsigned char buffer[BUFF_LEN];
 char iface[10];
 };
 //-----------------------------------------------------------------------------