We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ade1cc commit 03ce175Copy full SHA for 03ce175
src/import/pull-job.h
@@ -44,15 +44,6 @@ typedef enum PullJobState {
44
45
#define PULL_JOB_IS_COMPLETE(j) (IN_SET((j)->state, PULL_JOB_DONE, PULL_JOB_FAILED))
46
47
-typedef enum PullJobCompression {
48
- PULL_JOB_UNCOMPRESSED,
49
- PULL_JOB_XZ,
50
- PULL_JOB_GZIP,
51
- PULL_JOB_BZIP2,
52
- _PULL_JOB_COMPRESSION_MAX,
53
- _PULL_JOB_COMPRESSION_INVALID = -1,
54
-} PullJobCompression;
55
-
56
struct PullJob {
57
PullJobState state;
58
int error;
0 commit comments