瀏覽代碼

Cleanup.

main
offa 7 年之前
父節點
當前提交
dddb1db13d
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      test/ScopeExitTest.cpp

+ 0
- 2
test/ScopeExitTest.cpp 查看文件

@@ -61,8 +61,6 @@ namespace
NotNothrowMoveMock(const NotNothrowMoveMock& other) : m_mock(other.m_mock) { }
NotNothrowMoveMock(NotNothrowMoveMock&& other) noexcept(false) : m_mock(other.m_mock) { }

MAKE_CONST_MOCK0(deleter, void());

void operator()() const
{
m_mock->deleter();

Loading…
取消
儲存