Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Sep 26, 2023
1 parent 480f69d commit 6e3a0b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vyper/compiler/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def build_ir_runtime_dict_output(compiler_data: CompilerData) -> dict:


def build_metadata_output(compiler_data: CompilerData) -> dict:
warnings.warn("metadata output format is unstable!")
sigs = compiler_data.function_signatures

def _var_rec_dict(variable_record):
Expand Down

0 comments on commit 6e3a0b4

Please sign in to comment.