diff options
author | Daniel Mack <daniel@zonque.org> | 2016-02-12 15:03:51 +0100 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2016-02-23 13:30:09 +0100 |
commit | 232c84b2d22f2d96982b3c0390d29498bb430835 (patch) | |
tree | 168cae109aac24856fbaf3a91db7bd35067ee7d1 /src/systemd | |
parent | a9ae0709416fe498de85744ce639ba6a9fc50105 (diff) | |
download | systemd-232c84b2d22f2d96982b3c0390d29498bb430835.tar.gz |
Remove systemd-bootchart
This commit rips out systemd-bootchart. It will be given a new home, outside
of the systemd repository. The code itself isn't actually specific to
systemd and can be used without systemd even, so let's put it somewhere
else.
Diffstat (limited to 'src/systemd')
-rw-r--r-- | src/systemd/sd-messages.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/systemd/sd-messages.h b/src/systemd/sd-messages.h index 8a72576ec8..3c44d63021 100644 --- a/src/systemd/sd-messages.h +++ b/src/systemd/sd-messages.h @@ -82,8 +82,6 @@ _SD_BEGIN_DECLARATIONS; #define SD_MESSAGE_INVALID_CONFIGURATION SD_ID128_MAKE(c7,72,d2,4e,9a,88,4c,be,b9,ea,12,62,5c,30,6c,01) -#define SD_MESSAGE_BOOTCHART SD_ID128_MAKE(9f,26,aa,56,2c,f4,40,c2,b1,6c,77,3d,04,79,b5,18) - #define SD_MESSAGE_DNSSEC_FAILURE SD_ID128_MAKE(16,75,d7,f1,72,17,40,98,b1,10,8b,f8,c7,dc,8f,5d) #define SD_MESSAGE_DNSSEC_TRUST_ANCHOR_REVOKED SD_ID128_MAKE(4d,44,08,cf,d0,d1,44,85,91,84,d1,e6,5d,7c,8a,65) #define SD_MESSAGE_DNSSEC_DOWNGRADE SD_ID128_MAKE(36,db,2d,fa,5a,90,45,e1,bd,4a,f5,f9,3e,1c,f0,57) |