Skip to content

Commit dd3d277

Browse files
committed
Remove merge conflict markers from error.h
1 parent c47b65d commit dd3d277

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

include/private/error.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,4 @@ struct error_code {
3939
char *const desc;
4040
};
4141

42-
<<<<<<< HEAD
43-
<<<<<<< HEAD
4442
extern const struct error_code *const perror;
45-
=======
46-
extern const struct error_code * const perror;
47-
>>>>>>> de976a5 (Constify error_desc and perror)
48-
=======
49-
extern const struct error_code *const perror;
50-
>>>>>>> 888f673 (Ensure consistent indention)

0 commit comments

Comments
 (0)