Преглед на файлове

64 bit handles.

(Logical change 1.127)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@450 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake преди 21 години
родител
ревизия
6b72e1c5f6
променени са 2 файла, в които са добавени 0 реда и са изтрити 16 реда
  1. 0 8
      test/testamf1.c
  2. 0 8
      test/testamf2.c

+ 0 - 8
test/testamf1.c

@@ -45,14 +45,6 @@
 #include "ais_types.h"
 #include "ais_amf.h"
 
-void printSaClmNodeAddressT (SaClmNodeAddressT *nodeAddress) {
-	int i;
-
-	for (i = 0; i < nodeAddress->length; i++) {
-		printf ("%d.", nodeAddress->value[i]);
-	}
-}
-
 void printSaNameT (SaNameT *name)
 {
 	int i;

+ 0 - 8
test/testamf2.c

@@ -45,14 +45,6 @@
 #include "ais_types.h"
 #include "ais_amf.h"
 
-void printSaClmNodeAddressT (SaClmNodeAddressT *nodeAddress) {
-	int i;
-
-	for (i = 0; i < nodeAddress->length; i++) {
-		printf ("%d.", nodeAddress->value[i]);
-	}
-}
-
 void printSaNameT (SaNameT *name)
 {
 	int i;