mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-23 03:35:09 +00:00
[libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pass.cpp.
Trivial change, committed without review. llvm-svn: 309322
This commit is contained in:
parent
83012b4721
commit
f85e2e218a
@ -80,7 +80,6 @@ int main()
|
||||
}
|
||||
{
|
||||
typedef std::shared_ptr<PrivateBase> APtr;
|
||||
typedef std::weak_ptr<PrivateBase> WeakAPtr;
|
||||
APtr a1 = std::make_shared<PrivateBase>();
|
||||
assert(a1.use_count() == 1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user