diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:47 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:47 +0200 |
| commit | ee315a27b72dc967a8a90f132725b7c8e4fd9fba (patch) | |
| tree | 349db556063b17a3c84dc9348495bd11d73b0417 /src/maps/smap.h | |
| parent | 630af0ed6c0af69c7df2e45aef7a87722a3c00c0 (diff) | |
tagging ychat-0.7.5ychat-0.7.5
Diffstat (limited to 'src/maps/smap.h')
| -rw-r--r-- | src/maps/smap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/maps/smap.h b/src/maps/smap.h index 2096139..a3ee89d 100644 --- a/src/maps/smap.h +++ b/src/maps/smap.h @@ -13,7 +13,6 @@ template <class obj_type, class key_type> class smap : public hmap<obj_type, key_type> { - private: pthread_mutex_t mut_smap; @@ -53,5 +52,4 @@ class smap : public hmap<obj_type, key_type> }; #include "smap.tmpl" - #endif |
