(Logical change 1.127) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@450 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -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;