projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ade1cc
)
import: drop unused definition
author
Lennart Poettering
<lennart@poettering.net>
Tue, 23 Feb 2016 19:29:06 +0000
(20:29 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 12 Apr 2016 11:43:29 +0000
(13:43 +0200)
src/import/pull-job.h
patch
|
blob
|
history
diff --git
a/src/import/pull-job.h
b/src/import/pull-job.h
index 998857035a5e26b3ca479bc22e090cf76c8a9f84..3a152a50e3e88b592ffdabecb326f17b729d33f2 100644
(file)
--- 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;