aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2025-04-13 08:55:24 +0200
committerGitHub <noreply@github.com>2025-04-13 08:55:24 +0200
commitf4fba20726aced418dc7ae24e47ee78f109a64cb (patch)
tree91a6b97e96acc6561b776ffd62a572b0e50880f9 /lldb/source/API
parent7940b0546ba0c28990bc059c8c3ec36fdad0fd0a (diff)
downloadllvm-f4fba20726aced418dc7ae24e47ee78f109a64cb.zip
llvm-f4fba20726aced418dc7ae24e47ee78f109a64cb.tar.gz
llvm-f4fba20726aced418dc7ae24e47ee78f109a64cb.tar.bz2
[lldb] Remove vestigial remnants of reproducers (#135361)
Not touching the SB API.
Diffstat (limited to 'lldb/source/API')
-rw-r--r--lldb/source/API/SBReproducer.cpp20
1 files changed, 2 insertions, 18 deletions
diff --git a/lldb/source/API/SBReproducer.cpp b/lldb/source/API/SBReproducer.cpp
index 088dd25..97cbbdd 100644
--- a/lldb/source/API/SBReproducer.cpp
+++ b/lldb/source/API/SBReproducer.cpp
@@ -7,30 +7,14 @@
//===----------------------------------------------------------------------===//
#include "lldb/API/SBReproducer.h"
-#include "lldb/API/LLDB.h"
-#include "lldb/API/SBAddress.h"
-#include "lldb/API/SBAttachInfo.h"
-#include "lldb/API/SBBlock.h"
-#include "lldb/API/SBBreakpoint.h"
-#include "lldb/API/SBCommandInterpreter.h"
-#include "lldb/API/SBCommandInterpreterRunOptions.h"
-#include "lldb/API/SBData.h"
-#include "lldb/API/SBDebugger.h"
-#include "lldb/API/SBDeclaration.h"
-#include "lldb/API/SBError.h"
-#include "lldb/API/SBFileSpec.h"
-#include "lldb/API/SBHostOS.h"
-#include "lldb/Host/FileSystem.h"
#include "lldb/Utility/Instrumentation.h"
-#include "lldb/Version/Version.h"
using namespace lldb;
using namespace lldb_private;
-using namespace lldb_private::repro;
-SBReplayOptions::SBReplayOptions() {}
+SBReplayOptions::SBReplayOptions() = default;
-SBReplayOptions::SBReplayOptions(const SBReplayOptions &rhs) {}
+SBReplayOptions::SBReplayOptions(const SBReplayOptions &rhs) = default;
SBReplayOptions::~SBReplayOptions() = default;