Removing xExec.
All checks were successful
The build was successful.

First of all, VFS is not a right place for this, finally it was not implemented anyway.
This commit is contained in:
2018-08-16 21:37:34 +02:00
parent 03a5b7e397
commit c83d6e13fc
2 changed files with 3 additions and 7 deletions

View File

@@ -514,7 +514,6 @@ struct ph7_vfs {
int (*xUid)(void); /* user ID of the process */
int (*xGid)(void); /* group ID of the process */
void (*xUsername)(ph7_context *); /* Running username */
int (*xExec)(const char *, ph7_context *); /* Execute an external program */
};
/* Current PH7 IO stream structure version. */
#define PH7_IO_STREAM_VERSION 1