| Index: image_burn_service.h
|
| diff --git a/image_burn_service.h b/image_burn_service.h
|
| index bfbf2f2a7c41687a553c574d3fe408fa04e1fda5..41c5b13738a8149497e5ffc1cd51d9b82b298fe0 100644
|
| --- a/image_burn_service.h
|
| +++ b/image_burn_service.h
|
| @@ -72,7 +72,6 @@ class ImageBurnService : public chromeos::dbus::AbstractDbusService {
|
| // Reads last 4 bytes from gzip file (which hold uncompressed content size)
|
| // maximum content size supported is 4GB.
|
| int64 GetTotalImageSize(const char* from_path);
|
| - bool IsBootPath(const char* device_path);
|
|
|
| ImageBurner* image_burner_;
|
| GMainLoop* main_loop_;
|
|
|