summaryrefslogtreecommitdiff
path: root/partition_tools/lpmake.cc
diff options
context:
space:
mode:
Diffstat (limited to 'partition_tools/lpmake.cc')
-rw-r--r--partition_tools/lpmake.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/partition_tools/lpmake.cc b/partition_tools/lpmake.cc
index e6c4e530..ca9e62f9 100644
--- a/partition_tools/lpmake.cc
+++ b/partition_tools/lpmake.cc
@@ -17,9 +17,7 @@
#include <getopt.h>
#include <inttypes.h>
#include <stdio.h>
-#ifndef WIN32
#include <sysexits.h>
-#endif
#include <algorithm>
#include <memory>
@@ -36,13 +34,6 @@ using namespace android::fs_mgr;
using android::base::Error;
using android::base::Result;
-#ifdef WIN32
-static constexpr int EX_OK = 0;
-static constexpr int EX_USAGE = 1;
-static constexpr int EX_SOFTWARE = 2;
-static constexpr int EX_CANTCREAT = 3;
-#endif
-
/* Prints program usage to |where|. */
static int usage(int /* argc */, char* argv[]) {
fprintf(stderr,