diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:36:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:36:50 +0000 |
commit | e419242aa48981ce6d1c91524a256166b9eedb32 (patch) | |
tree | 6770a06bad66aaf82f3a50564a3ab2a376149186 /cppu | |
parent | a00ca2f79b604f345dc20088685344db92520b90 (diff) |
INTEGRATION: CWS dbgmacros1 (1.7.4); FILE MERGED
2003/04/09 10:38:51 kso 1.7.4.1: #108413# - debug macro unification.
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/threadpool/threadident.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cppu/source/threadpool/threadident.cxx b/cppu/source/threadpool/threadident.cxx index cfdf0a43abd6..62a475a49080 100644 --- a/cppu/source/threadpool/threadident.cxx +++ b/cppu/source/threadpool/threadident.cxx @@ -2,9 +2,9 @@ * * $RCSfile: threadident.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2003-03-20 14:44:59 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:36:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,6 @@ * ************************************************************************/ #include <stdio.h> -#include <assert.h> #include <list> #include <hash_map> |