Skip to content

Commit e4f5dfb

Browse files
committed
remove unused variable
1 parent f877e76 commit e4f5dfb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

system/bc-static-all

-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ TEMPLATE="#{BITCLUST_DATA}/template.offline"
1717
CATALOG="#{BITCLUST_DATA}/catalog"
1818

1919
def create_document(version)
20-
dir = version.gsub('.', '')
2120
system(RUBY_BIN, "-I#{BITCLUST_LIB_DIR}",
2221
COMMAND,
2322
"--database=#{DB_BASE}/db-#{version}",
@@ -35,4 +34,3 @@ end
3534
VERSIONS.reverse_each do |version|
3635
create_document(version)
3736
end
38-

0 commit comments

Comments
 (0)