[XRay] Remove the unused variable

This broke the fdr-single-thread test after FDRLoggingOptions struct
has been removed in r342318.

llvm-svn: 342320
This commit is contained in:
Petr Hosek 2018-09-15 06:25:17 +00:00
parent 1b02dad9f2
commit 9e8b4de3b3
1 changed files with 0 additions and 2 deletions

View 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);