소스 검색

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_types.h"
 #include "ais_amf.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)
 void printSaNameT (SaNameT *name)
 {
 {
 	int i;
 	int i;

+ 0 - 8
test/testamf2.c

@@ -45,14 +45,6 @@
 #include "ais_types.h"
 #include "ais_types.h"
 #include "ais_amf.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)
 void printSaNameT (SaNameT *name)
 {
 {
 	int i;
 	int i;