* src/pic16/device.h (pic16_options): removed field use_crt,
[fw/sdcc] / src / pic16 / device.h
index 468e1823d76f686066564b2837a86d22d6558a83..0b378b991781d9bc2348b804e88130d6f0276641 100644 (file)
@@ -100,7 +100,6 @@ typedef struct {
        int ivt_loc;
        int nodefaultlibs;
        int dumpcalltree;
-       int use_crt;
        char *crt_name;
        int no_crt;
 } pic16_options_t;