diff options
Diffstat (limited to 'exec.h')
-rw-r--r-- | exec.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -48,9 +48,6 @@ struct bfs_exec { /** Command line template size. */ size_t tmpl_argc; - /** For BFS_EXEC_MULTI, the index of the placeholder argument. */ - size_t placeholder; - /** The built command line. */ char **argv; /** Number of command line arguments. */ |