1285101Semaste//===-- SystemInitializer.cpp -----------------------------------*- C++ -*-===//
2285101Semaste//
3353358Sdim// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4353358Sdim// See https://llvm.org/LICENSE.txt for license information.
5353358Sdim// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6285101Semaste//
7285101Semaste//===----------------------------------------------------------------------===//
8285101Semaste
9285101Semaste#include "lldb/Initialization/SystemInitializer.h"
10285101Semaste
11285101Semasteusing namespace lldb_private;
12285101Semaste
13314564SdimSystemInitializer::SystemInitializer() {}
14285101Semaste
15314564SdimSystemInitializer::~SystemInitializer() {}
16