Skip to content

Commit 5c498cf

Browse files
committed
remove solc_wrapper deprecation warning
1 parent ec4d944 commit 5c498cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ethereum/tools/_solidity.py

-2
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,6 @@ class Solc(object):
389389
@staticmethod
390390
def _code_or_path(sourcecode, path, contract_name,
391391
libraries, combined, extra_args):
392-
warnings.warn(
393-
'solc_wrapper is deprecated, please use the functions compile_file or compile_code')
394392

395393
if sourcecode and path:
396394
raise ValueError('sourcecode and path are mutually exclusive.')

0 commit comments

Comments
 (0)