diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-02-21 11:00:33 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-02-21 11:00:33 +0900 |
commit | a64bf7e5d0f693c3325740608f6f4f002b96f40c (patch) | |
tree | 5addc8d840cbb82634196efb6cd0398e7e99b4b6 /tool/ruby_vm/loaders | |
parent | f4481b9515c4dd22efcbe044923caf2ffe532427 (diff) |
Remove useless shebang in non-executable files [ci skip]
Diffstat (limited to 'tool/ruby_vm/loaders')
-rw-r--r-- | tool/ruby_vm/loaders/insns_def.rb | 1 | ||||
-rw-r--r-- | tool/ruby_vm/loaders/opt_insn_unif_def.rb | 1 | ||||
-rw-r--r-- | tool/ruby_vm/loaders/opt_operand_def.rb | 1 | ||||
-rw-r--r-- | tool/ruby_vm/loaders/vm_opts_h.rb | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/tool/ruby_vm/loaders/insns_def.rb b/tool/ruby_vm/loaders/insns_def.rb index 034905f74e..d45d0ba83c 100644 --- a/tool/ruby_vm/loaders/insns_def.rb +++ b/tool/ruby_vm/loaders/insns_def.rb @@ -1,4 +1,3 @@ -#! /your/favourite/path/to/ruby # -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- diff --git a/tool/ruby_vm/loaders/opt_insn_unif_def.rb b/tool/ruby_vm/loaders/opt_insn_unif_def.rb index aa6fd79e79..0750f1823a 100644 --- a/tool/ruby_vm/loaders/opt_insn_unif_def.rb +++ b/tool/ruby_vm/loaders/opt_insn_unif_def.rb @@ -1,4 +1,3 @@ -#! /your/favourite/path/to/ruby # -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- diff --git a/tool/ruby_vm/loaders/opt_operand_def.rb b/tool/ruby_vm/loaders/opt_operand_def.rb index 29aef8a325..e08509a433 100644 --- a/tool/ruby_vm/loaders/opt_operand_def.rb +++ b/tool/ruby_vm/loaders/opt_operand_def.rb @@ -1,4 +1,3 @@ -#! /your/favourite/path/to/ruby # -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- diff --git a/tool/ruby_vm/loaders/vm_opts_h.rb b/tool/ruby_vm/loaders/vm_opts_h.rb index 3f05c270ee..d626ea0296 100644 --- a/tool/ruby_vm/loaders/vm_opts_h.rb +++ b/tool/ruby_vm/loaders/vm_opts_h.rb @@ -1,4 +1,3 @@ -#! /your/favourite/path/to/ruby # -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- |