Remove refcounting
This commit is contained in:
parent
d933783629
commit
12a8864532
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include "amxmodx.h"
|
||||
#include "sm_stringhashmap.h"
|
||||
#include <am-refcounting.h>
|
||||
#include "CVector.h"
|
||||
|
||||
using namespace SourceMod;
|
||||
|
@ -131,7 +130,7 @@ private:
|
|||
cell data_;
|
||||
};
|
||||
|
||||
struct CellTrie : public ke::Refcounted<CellTrie>
|
||||
struct CellTrie
|
||||
{
|
||||
StringHashMap<Entry> map;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user