diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-26 22:24:45 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-26 22:24:45 +0100 |
commit | 36cbd0db7e4f297c8fc729c842b171af2cfd04c7 (patch) | |
tree | 82b3d45a68a649548701bb3240712c4c385a490a /unix | |
parent | 32bef315be8e56ad2d7f69223fe7b9606893b6ab (diff) | |
parent | 27f5bdd6d4a5653004368983ced1e9cda25d1baf (diff) |
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'unix')
-rw-r--r-- | unix/qstrdefsport.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unix/qstrdefsport.h b/unix/qstrdefsport.h index f7990322e..1aaf9bd16 100644 --- a/unix/qstrdefsport.h +++ b/unix/qstrdefsport.h @@ -3,10 +3,6 @@ Q(Test) Q(fileno) -Q(read) -Q(readall) -Q(readline) -Q(write) Q(makefile) Q(FileIO) |