Просмотр исходного кода

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 лет назад
Родитель
Сommit
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;