From 44a228640c782e46baf528749b5776714749ef2d Mon Sep 17 00:00:00 2001
From: Mike Buland <eichlan@xagasoft.com>
Date: Fri, 26 Jul 2013 13:43:21 +0000
Subject: Got rid of the last non-const formatter << operator references.

---
 src/stable/hash.h | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/stable')

diff --git a/src/stable/hash.h b/src/stable/hash.h
index 9634238..b3d803f 100644
--- a/src/stable/hash.h
+++ b/src/stable/hash.h
@@ -1273,7 +1273,6 @@ namespace Bu
     template<> bool __cmpHashKeys<char *>( char * const &a, char * const &b );
 
     class Formatter;
-    Formatter &operator<<( Formatter &rOut, char *sStr );
     Formatter &operator<<( Formatter &rOut, signed char c );
     template<typename key, typename value>
     Formatter &operator<<( Formatter &f, const Bu::Hash<key, value> &l )
-- 
cgit v1.2.3