| Index: courgette/win32_x86_patcher.h
|
| ===================================================================
|
| --- courgette/win32_x86_patcher.h (revision 80344)
|
| +++ courgette/win32_x86_patcher.h (working copy)
|
| @@ -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 @@
|
|
|
| status = WriteEncodedProgram(encoded, transformed_element);
|
| DeleteEncodedProgram(encoded);
|
| - if (status != C_OK)
|
| - return status;
|
|
|
| return status;
|
| }
|
|
|