فهرست منبع

Remove dead definition of struct queue

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1116 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 19 سال پیش
والد
کامیت
a569293a27
1فایلهای تغییر یافته به همراه0 افزوده شده و 10 حذف شده
  1. 0 10
      lib/util.h

+ 0 - 10
lib/util.h

@@ -72,16 +72,6 @@ struct saVersionDatabase {
 	SaVersionT *versionsSupported;
 };
 
-struct queue {
-	int head;
-	int tail;
-	int used;
-	int usedhw;
-	int size;
-	void *items;
-	int bytesPerItem;
-};
-
 SaAisErrorT
 saServiceConnect (
         int *responseOut,