aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/psp/psp_fs.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/psp/psp_fs.cpp b/backends/psp/psp_fs.cpp
index 3e2182914c..2d2a3078c2 100644
--- a/backends/psp/psp_fs.cpp
+++ b/backends/psp/psp_fs.cpp
@@ -142,7 +142,6 @@ AbstractFilesystemNode *PSPFilesystemNode::parent() const {
const char *start = _path.c_str();
const char *end = lastPathComponent(_path);
- p = new PSPFilesystemNode();
p->_path = String(start, end - start);
p->_isValid = true;
p->_isDirectory = true;