Per Kazunori Asayama's observation, the warning message of "no numa"
should be dropped.  It's noise to a non-NUMA system.

Signed-off-by: Cliff Wickman <cpw@sgi.com>
---
 libnuma.c |    3 ---
 1 file changed, 3 deletions(-)

Index: numactl-dev/libnuma.c
===================================================================
--- numactl-dev.orig/libnuma.c
+++ numactl-dev/libnuma.c
@@ -288,9 +288,6 @@ set_configured_nodes(void)
 
 	d = opendir("/sys/devices/system/node");
 	if (!d) {
-		numa_warn(W_nosysfs,
-		   "/sys not mounted or no numa system. Assuming one node: %s",
-		  	strerror(errno));
 		maxconfigurednode = 0;
 	} else {
 		while ((de = readdir(d)) != NULL) {
