dbus/bus bus.c,1.43,1.44

Havoc Pennington hp@pdx.freedesktop.org
Wed, 15 Oct 2003 23:43:34 -0700


Update of /cvs/dbus/dbus/bus
In directory pdx:/tmp/cvs-serv10826/bus

Modified Files:
	bus.c 
Log Message:
2003-10-16  Havoc Pennington  <hp@redhat.com>

	* bus/bus.c (struct BusContext): remove struct field I didn't mean
	to put there



Index: bus.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/bus.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- bus.c	16 Oct 2003 06:34:51 -0000	1.43
+++ bus.c	16 Oct 2003 06:43:32 -0000	1.44
@@ -37,7 +37,6 @@
 {
   int refcount;
   char *type;
-  char *bus_env_var;
   char *address;
   char *pidfile;
   DBusLoop *loop;