From 3fbdeafee49150128c7c371e5ab7de6039dc3447 Mon Sep 17 00:00:00 2001 From: atimofee Date: Wed, 24 Feb 2016 19:27:02 +0300 Subject: [PATCH] TAB deleted --- src/Cuda2Hip.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Cuda2Hip.cpp b/src/Cuda2Hip.cpp index b5aa763feb..b57472ca15 100644 --- a/src/Cuda2Hip.cpp +++ b/src/Cuda2Hip.cpp @@ -463,7 +463,6 @@ class Cuda2HipCallback : public MatchFinder::MatchCallback { if (const StringLiteral * stringLiteral = Result.Nodes.getNodeAs("stringLiteral")) { StringRef s = stringLiteral->getString(); - std::pair split = s.split("cuda"); StringRef cuda = split.second; while (!cuda.empty()) {