From: Lennart Poettering Date: Tue, 23 Feb 2016 19:29:06 +0000 (+0100) Subject: import: drop unused definition X-Git-Tag: v230~185^2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03ce175f4ce24269e5e7328b7c1909c5d6156e84;p=thirdparty%2Fsystemd.git import: drop unused definition --- diff --git a/src/import/pull-job.h b/src/import/pull-job.h index 998857035a5..3a152a50e3e 100644 --- a/src/import/pull-job.h +++ b/src/import/pull-job.h @@ -44,15 +44,6 @@ typedef enum PullJobState { #define PULL_JOB_IS_COMPLETE(j) (IN_SET((j)->state, PULL_JOB_DONE, PULL_JOB_FAILED)) -typedef enum PullJobCompression { - PULL_JOB_UNCOMPRESSED, - PULL_JOB_XZ, - PULL_JOB_GZIP, - PULL_JOB_BZIP2, - _PULL_JOB_COMPRESSION_MAX, - _PULL_JOB_COMPRESSION_INVALID = -1, -} PullJobCompression; - struct PullJob { PullJobState state; int error;