statprof: drop python #! and exec bit we don't use
authorAugie Fackler <augie@google.com>
Sat, 05 Oct 2019 13:28:48 -0400
changeset 43053 9a3be115fb78
parent 43052 3b8a4587a456
child 43054 eddae0ed485d
statprof: drop python #! and exec bit we don't use For some reason this wasn't flagged until I ran a reformatter on this file. I'm deeply confused by this, but since we don't execute this drop the support for it. Differential Revision: https://phab.mercurial-scm.org/D6985
mercurial/statprof.py
--- a/mercurial/statprof.py	Sat Oct 05 11:56:35 2019 -0400
+++ b/mercurial/statprof.py	Sat Oct 05 13:28:48 2019 -0400
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 ## statprof.py
 ## Copyright (C) 2012 Bryan O'Sullivan <bos@serpentine.com>
 ## Copyright (C) 2011 Alex Fraser <alex at phatcore dot com>