GP-6007 Remove Decompiler dependency

This commit is contained in:
ghidra1
2025-12-04 12:28:50 -05:00
parent 9c0865b638
commit d0f88bf902

View File

@@ -27,6 +27,4 @@ sleighCompileOptions = [
dependencies {
api project(':Base')
// Temporary dependency so that pcodeTests can use the Decompiler switch recovery
api project(':Decompiler')
}