Skip to content

Commit 46bf3f6

Browse files
committed
Remove unused open_builtin_script() function prototype
The function itself was removed in commit d6863e8.
1 parent f1e959c commit 46bf3f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/exec.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ ssize_t handle_exec (
5353
) NONNULL_ARGS;
5454

5555
ExecAction lookup_exec_action(const char *name, int fd) NONNULL_ARGS;
56-
int open_builtin_script(ErrorBuffer *ebuf, const char *name) NONNULL_ARGS WARN_UNUSED_RESULT;
5756
void yield_terminal(struct EditorState *e, bool quiet) NONNULL_ARGS;
5857
void resume_terminal(struct EditorState *e, bool quiet, bool prompt) NONNULL_ARGS;
5958
void collect_exec_actions(PointerArray *a, const char *prefix, int fd) NONNULL_ARGS;

0 commit comments

Comments
 (0)