AU: Remove obsolete SetBootableFlagAction.

BUG=6251
TEST=unit tests, tested on device

Change-Id: If1b28d47287abeb0a507d77aa3790fdf39d6513a

Review URL: http://codereview.chromium.org/4719002
diff --git a/action_processor.h b/action_processor.h
index 2618c39..8bd890b 100644
--- a/action_processor.h
+++ b/action_processor.h
@@ -29,7 +29,7 @@
   kActionCodeOmahaResponseHandlerError = 3,
   kActionCodeFilesystemCopierError = 4,
   kActionCodePostinstallRunnerError = 5,
-  kActionCodeSetBootableFlagError = 6,
+  kActionCodeSetBootableFlagError = 6,  // TODO(petkov): Unused. Recycle?
   kActionCodeInstallDeviceOpenError = 7,
   kActionCodeKernelDeviceOpenError = 8,
   kActionCodeDownloadTransferError = 9,