esp8266/modesp: Remove esp.info() function.

The main functionality of this info function is available via the existing
micropython.mem_info() and micropython.qstr_info() functions.  The printing
of the address space layout doesn't add much and removing esp.info() saves
about 600 bytes.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2022-03-22 11:01:02 +11:00
parent 65be5e072f
commit eef7eae6b2
4 changed files with 0 additions and 82 deletions

View File

@@ -151,7 +151,6 @@ SECTIONS
*help.o(.literal* .text*)
*lexerstr32.o(.literal* .text*)
*utils.o(.literal* .text*)
*modpyb.o(.literal*, .text*)
*machine_pin.o(.literal*, .text*)
*machine_pwm.o(.literal*, .text*)
*machine_rtc.o(.literal*, .text*)