From ead246455adf1a215ec2715dad6533073a6beb4e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 23 Oct 2019 17:53:01 +0000 Subject: Vendor import of stripped lldb trunk r375505, the last commit before the upstream Subversion repository was made read-only, and the LLVM project migrated to GitHub: https://llvm.org/svn/llvm-project/lldb/trunk@375505 --- tools/lldb-mi/MIUtilDateTimeStd.h | 40 --------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 tools/lldb-mi/MIUtilDateTimeStd.h (limited to 'tools/lldb-mi/MIUtilDateTimeStd.h') diff --git a/tools/lldb-mi/MIUtilDateTimeStd.h b/tools/lldb-mi/MIUtilDateTimeStd.h deleted file mode 100644 index 1a8e30c5654f9..0000000000000 --- a/tools/lldb-mi/MIUtilDateTimeStd.h +++ /dev/null @@ -1,40 +0,0 @@ -//===-- MIUtilDateTimeStd.h -------------------------------------*- C++ -*-===// -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -// -//===----------------------------------------------------------------------===// - -#pragma once - -// Third party headers -#include - -// In-house headers: -#include "MIUtilString.h" - -//++ -//============================================================================ -// Details: MI common code utility class. Used to retrieve system local date -// time. -//-- -class CMIUtilDateTimeStd { - // Methods: -public: - /* ctor */ CMIUtilDateTimeStd(); - - CMIUtilString GetDate(); - CMIUtilString GetTime(); - CMIUtilString GetDateTimeLogFilename(); - - // Overrideable: -public: - // From CMICmnBase - /* dtor */ virtual ~CMIUtilDateTimeStd(); - - // Attributes: -private: - std::time_t m_rawTime; - char m_pScratch[16]; -}; -- cgit v1.2.3