diff options
Diffstat (limited to 'courgette/win32_x86_patcher.h')
-rw-r--r-- | courgette/win32_x86_patcher.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/courgette/win32_x86_patcher.h b/courgette/win32_x86_patcher.h index 9ab53d9..6b85021 100644 --- a/courgette/win32_x86_patcher.h +++ b/courgette/win32_x86_patcher.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -60,8 +60,6 @@ class CourgetteWin32X86Patcher : public TransformationPatcher { status = WriteEncodedProgram(encoded, transformed_element); DeleteEncodedProgram(encoded); - if (status != C_OK) - return status; return status; } |