From: Roman Donchenko Date: Fri, 14 Feb 2014 10:37:56 +0000 (+0400) Subject: Deleted an assignment to a variable that doesn't exist. X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~617^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88f993dbda0ce0013938c9c422883d9261a9550b;p=profile%2Fivi%2Fopencv.git Deleted an assignment to a variable that doesn't exist. --- 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 }"