[XRay] Remove the unused variable
authorPetr Hosek <phosek@chromium.org>
Sat, 15 Sep 2018 06:25:17 +0000 (06:25 +0000)
committerPetr Hosek <phosek@chromium.org>
Sat, 15 Sep 2018 06:25:17 +0000 (06:25 +0000)
This broke the fdr-single-thread test after FDRLoggingOptions struct
has been removed in r342318.

llvm-svn: 342320

compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cc

index 71aa02d..fb65ad8 100644 (file)
@@ -16,8 +16,6 @@
 [[clang::xray_always_instrument]] void __attribute__((noinline)) fn() { }
 
 int main(int argc, char *argv[]) {
-  FDRLoggingOptions Opts;
-
   auto status = __xray_log_init_mode("xray-fdr", "");
   assert(status == XRayLogInitStatus::XRAY_LOG_INITIALIZED);