Skip to content

Commit 03ce175

Browse files
committed
import: drop unused definition
1 parent 1ade1cc commit 03ce175

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/import/pull-job.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ typedef enum PullJobState {
4444

4545
#define PULL_JOB_IS_COMPLETE(j) (IN_SET((j)->state, PULL_JOB_DONE, PULL_JOB_FAILED))
4646

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-
5647
struct PullJob {
5748
PullJobState state;
5849
int error;

0 commit comments

Comments
 (0)