From 88f993dbda0ce0013938c9c422883d9261a9550b Mon Sep 17 00:00:00 2001 From: Roman Donchenko Date: Fri, 14 Feb 2014 14:37:56 +0400 Subject: [PATCH] Deleted an assignment to a variable that doesn't exist. --- samples/gpu/super_resolution.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/gpu/super_resolution.cpp b/samples/gpu/super_resolution.cpp index 23f9c6f..3066e8f 100644 --- a/samples/gpu/super_resolution.cpp +++ b/samples/gpu/super_resolution.cpp @@ -53,7 +53,6 @@ static Ptr createOptFlow(const string& name, bool useGpu) int main(int argc, const char* argv[]) { - useOclChanged = false; CommandLineParser cmd(argc, argv, "{ v video | | Input video }" "{ o output | | Output video }" -- 2.7.4