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
--- 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>