PERFORCE change 152606 for review

Peter Wemm peter at FreeBSD.org
Thu Nov 6 19:32:18 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=152606

Change 152606 by peter at peter_hammer on 2008/11/07 03:32:09

	Unused function for procfs reader.

Affected files ...

.. //depot/projects/valgrind/coregrind/m_aspacemgr/aspacemgr-freebsd.c#11 edit

Differences ...

==== //depot/projects/valgrind/coregrind/m_aspacemgr/aspacemgr-freebsd.c#11 (text+ko) ====

@@ -3050,6 +3050,7 @@
    return n;
 }
 
+#if 0
 static Int readhex64 ( const Char* buf, ULong* val )
 {
    /* Read a potentially 64-bit hex number. */
@@ -3061,6 +3062,7 @@
    }
    return n;
 }
+#endif
 
 static Int readdec64 ( const Char* buf, ULong* val )
 {


More information about the p4-projects mailing list