From 6e2e035d665ed59f496545d394397bd4b0fc48f2 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Sat, 29 Apr 2023 20:51:41 -0400 Subject: [PATCH] [Cleanup] Remove unused variable in common/crash.cpp (#3308) # Notes - This variable is unused. --- common/crash.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/crash.cpp b/common/crash.cpp index 4737fe147..7de645972 100644 --- a/common/crash.cpp +++ b/common/crash.cpp @@ -41,9 +41,6 @@ void SendCrashReport(const std::string &crash_report) r.set_connection_timeout(1, 0); r.set_read_timeout(1, 0); r.set_write_timeout(1, 0); - httplib::Headers headers = { - {"Content-Type", "application/json"} - }; // os info auto os = EQ::GetOS();