| Index: src/platform/vboot_reference/utils/firmware_utility.c
|
| diff --git a/src/platform/vboot_reference/utils/firmware_utility.c b/src/platform/vboot_reference/utils/firmware_utility.c
|
| deleted file mode 100644
|
| index 1d94e21cf4b3f6f2102dc7f8c138863c7ca8b113..0000000000000000000000000000000000000000
|
| --- a/src/platform/vboot_reference/utils/firmware_utility.c
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -/* Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
| - * Use of this source code is governed by a BSD-style license that can be
|
| - * found in the LICENSE file.
|
| - *
|
| - * Utility for manipulating verified boot firmware images.
|
| - */
|
| -
|
| -#include <fcntl.h>
|
| -#include <stdio.h>
|
| -#include <stdlib.h>
|
| -#include <sys/types.h>
|
| -#include <sys/stat.h>
|
| -#include <unistd.h>
|
| -
|
| -#include "firmware_image.h"
|
| -#include "rsa_utility.h"
|
| -#include "sha_utility.h"
|
| -#include "utility.h"
|
| -
|
| -int main(int argc, char* argv[]) {
|
| - /* TODO(gauravsh): TO BE IMPLEMENTED. */
|
| - return 0;
|
| -}
|
|
|