[DRBD-cvs] svn commit by phil - r2869 - branches/drbd-0.7/drbd -
Removed an unused variable called "empty" ; )
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Fri May 4 22:56:18 CEST 2007
Author: phil
Date: 2007-05-04 22:56:17 +0200 (Fri, 04 May 2007)
New Revision: 2869
Modified:
branches/drbd-0.7/drbd/drbd_receiver.c
Log:
Removed an unused variable called "empty" ;)
Modified: branches/drbd-0.7/drbd/drbd_receiver.c
===================================================================
--- branches/drbd-0.7/drbd/drbd_receiver.c 2007-05-04 20:54:40 UTC (rev 2868)
+++ branches/drbd-0.7/drbd/drbd_receiver.c 2007-05-04 20:56:17 UTC (rev 2869)
@@ -2312,7 +2312,6 @@
int received = 0;
int expect = sizeof(Drbd_Header);
int cmd = -1;
- int empty;
static struct asender_cmd asender_tbl[] = {
[Ping] ={ sizeof(Drbd_Header), got_Ping },
More information about the drbd-cvs
mailing list