From e4e267013ca733c912df6e5e288a8576b6fe31b9 Mon Sep 17 00:00:00 2001 From: Dwight Date: Tue, 10 May 2011 13:04:24 -0400 Subject: [PATCH] compile? --- bson/util/builder.h | 1 - 1 file changed, 1 deletion(-) diff --git a/bson/util/builder.h b/bson/util/builder.h index a7706d0c43b..816aa7c484a 100644 --- a/bson/util/builder.h +++ b/bson/util/builder.h @@ -211,7 +211,6 @@ namespace mongo { friend class StringBuilder; }; - template class _BufBuilder; typedef _BufBuilder BufBuilder; /** The StackBufBuilder builds smaller datasets on the stack instead of using malloc.