This commit is contained in:
aozhiwei 2023-12-18 15:11:13 +08:00
parent 39c87b1828
commit 651a05f39a

View File

@ -103,9 +103,3 @@ typedef std::weak_ptr<struct AttrRuduce> AttrRuduceHandle;
typedef std::weak_ptr<struct AttrAbs> AttrAbsHandle;
typedef std::weak_ptr<struct AttrRate> AttrRateHandle;
typedef std::weak_ptr<struct AttrDirect> AttrDirectHandle;
namespace a8
{
class Args;
typedef std::function<void(const a8::Args*)> CommonCbProcEx;
}