summaryrefslogtreecommitdiffstats
path: root/src/verb/external_execution.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/verb/external_execution.rs')
-rw-r--r--src/verb/external_execution.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/verb/external_execution.rs b/src/verb/external_execution.rs
index 3d3b0d4..cf53722 100644
--- a/src/verb/external_execution.rs
+++ b/src/verb/external_execution.rs
@@ -292,7 +292,6 @@ impl ExternalExecution {
fn exec_token(
&self,
sel: Selection<'_>,
- //file: &Path,
other_file: &Option<PathBuf>,
args: &Option<String>,
) -> Vec<String> {
@@ -313,7 +312,6 @@ impl ExternalExecution {
pub fn shell_exec_string(
&self,
sel: Selection<'_>,
- //file: &Path,
other_file: &Option<PathBuf>,
args: &Option<String>,
) -> String {