From 9501864db80d6caa1401272a7976cd31de85830a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 May 2019 12:09:44 +0100 Subject: bitbake: bitbake: Strip old editor directives from file headers There are much better ways to handle this and most editors shouldn't need this in modern times, drop the noise from the files. Its not consitently applied anyway. (Bitbake rev: 5e43070e3087d09aea2f459b033d035c5ef747d0) Signed-off-by: Richard Purdie --- bitbake/lib/bb/COW.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'bitbake/lib/bb/COW.py') diff --git a/bitbake/lib/bb/COW.py b/bitbake/lib/bb/COW.py index 06678a9bf8..d26e981951 100644 --- a/bitbake/lib/bb/COW.py +++ b/bitbake/lib/bb/COW.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # This is a copy on write dictionary and set which abuses classes to try and be nice and fast. # -- cgit v1.2.3-54-g00ecf