root/src/kits/debugger/debug_info/NoOpStackFrameDebugInfo.cpp
/*
 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
 * Distributed under the terms of the MIT License.
 */


#include "NoOpStackFrameDebugInfo.h"


NoOpStackFrameDebugInfo::NoOpStackFrameDebugInfo()
        :
        StackFrameDebugInfo()
{
}


NoOpStackFrameDebugInfo::~NoOpStackFrameDebugInfo()
{
}