summaryrefslogtreecommitdiff
path: root/src/import
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-02-23 20:29:06 +0100
committerLennart Poettering <lennart@poettering.net>2016-04-12 13:43:29 +0200
commit03ce175f4ce24269e5e7328b7c1909c5d6156e84 (patch)
tree273b24c243cbecafd34785e8b7b9136fa5aab049 /src/import
parent1ade1cc0bfde6171e9142ec8ed6d2c3492367b7d (diff)
import: drop unused definition
Diffstat (limited to 'src/import')
-rw-r--r--src/import/pull-job.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/import/pull-job.h b/src/import/pull-job.h
index 998857035a..3a152a50e3 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;