瀏覽代碼

backout accidental chkin

cxgeorge 24 年之前
父節點
當前提交
45b914388b
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      dtool/src/dtoolbase/dallocator.h

+ 0 - 6
dtool/src/dtoolbase/dallocator.h

@@ -41,8 +41,6 @@
 // somewhat different from the STL standard.  Irix uses this one too.
 // somewhat different from the STL standard.  Irix uses this one too.
 // It might be inherited from an early draft of the STL standard.
 // It might be inherited from an early draft of the STL standard.
 
 
-#pragma message("xxxxxxxxx using old style allocator")
-
 template<class Type>
 template<class Type>
 class dallocator : public alloc {
 class dallocator : public alloc {
 public:
 public:
@@ -56,8 +54,6 @@ public:
 // Later versions of gcc want to use a still different, nonstandard
 // Later versions of gcc want to use a still different, nonstandard
 // definition.  Sheesh.
 // definition.  Sheesh.
 
 
-#pragma message("xxxxxxxxx using gnu style allocator")
-
 template<class Type>
 template<class Type>
 class dallocator : public allocator<Type> {
 class dallocator : public allocator<Type> {
 public:
 public:
@@ -77,8 +73,6 @@ public:
 
 
 #else  // *_STYLE_ALLOCATOR
 #else  // *_STYLE_ALLOCATOR
 
 
-#pragma message("xxxxxxxxx using default allocator")
-
 // This is the correct allocator declaration as the current C++
 // This is the correct allocator declaration as the current C++
 // standard defines it.
 // standard defines it.
 template<class Type>
 template<class Type>