summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/help.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/shared-bindings/help.c b/shared-bindings/help.c
index 78301a91a..e0770ff3c 100644
--- a/shared-bindings/help.c
+++ b/shared-bindings/help.c
@@ -24,8 +24,6 @@
* THE SOFTWARE.
*/
-#include "genhdr/mpversion.h"
-
//| :func:`help` - Built-in method to provide helpful information
//| ==============================================================
//|
@@ -34,12 +32,3 @@
//| Prints a help method about the given object. When ``object`` is none,
//| prints general port information.
//|
-
-// TODO(tannewt): Figure out how to translate this. Its weird because its a global string.
-
-const char circuitpython_help_text[] =
- "Welcome to Adafruit CircuitPython " MICROPY_GIT_TAG "!\r\n"
- "\r\n"
- "Please visit learn.adafruit.com/category/circuitpython for project guides.\r\n"
- "\r\n"
- "To list built-in modules please do `help(\"modules\")`.\r\n";