Description: remove binary stub code related user option
 Binary stub code has been purged due to DFSG thus rendering the stub command
 line option useless.
Author: Milan Kupcevic <milan@debian.org>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/esptool.py
+++ b/esptool.py
@@ -2849,6 +2849,8 @@
 
     print('esptool.py v%s' % __version__)
 
+    args.no_stub = True
+
     # operation function can take 1 arg (args), 2 args (esp, arg)
     # or be a member function of the ESPLoader class.
 
