mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
remove unnecessary import statement
This commit is contained in:
committed by
Nick Renieris
parent
8369d0287b
commit
3278bf9187
@@ -139,7 +139,6 @@ def update_matcher():
|
||||
#define INST(fn, name, bitstring) shader::decoder::detail::detail<USSEMatcher<V>>::GetMatcher(fn, name, bitstring)
|
||||
// clang-format off
|
||||
""" + out + "\n // clang-format on\n"
|
||||
import re
|
||||
replace_file('../../vita3k/shader/src/usse_translator_entry.cpp', entry_pat, r'\1'+out+r' \2')
|
||||
|
||||
def update_visitor():
|
||||
|
||||
Reference in New Issue
Block a user