about summary refs log tree commit homepage
path: root/bin/dtas-splitfx
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-01-21 07:53:36 +0000
committerEric Wong <e@80x24.org>2022-01-21 20:29:57 +0000
commitf7af7dff0f88dad216d90c4f4c32893ea5f31b9a (patch)
tree4f946ca30bb6ca570fe9032279cec8e23ff5a03f /bin/dtas-splitfx
parent7243de1955b30b2b83fb0242d2dc5112f2c8055d (diff)
downloaddtas-f7af7dff0f88dad216d90c4f4c32893ea5f31b9a.tar.gz
We use DTAS.yaml_load to wrap all YAML.*load calls, but
we still need "require 'yaml'" for various .to_yaml calls.
Diffstat (limited to 'bin/dtas-splitfx')
-rwxr-xr-xbin/dtas-splitfx1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/dtas-splitfx b/bin/dtas-splitfx
index 05e71e5..6ce6521 100755
--- a/bin/dtas-splitfx
+++ b/bin/dtas-splitfx
@@ -2,7 +2,6 @@
 # Copyright (C) all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
-require 'yaml'
 require 'optparse'
 require 'dtas/splitfx'
 usage = "#$0 [-n|--dry-run][-j [JOBS]][-s|--silent] SPLITFX_FILE.yml [TARGET]"