Drop scripts/revng-model-dump

This commit is contained in:
Alessandro Di Federico
2022-03-15 17:55:26 +01:00
parent af6305725d
commit 586feabd3d
3 changed files with 0 additions and 11 deletions
-9
View File
@@ -1,9 +0,0 @@
#!/usr/bin/env python3
#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
from revng.cli.model_dump.__main__ import main
if __name__ == "__main__":
main()