Skip to content

Commit 2e19c20

Browse files
committed
llgo cppkg: remove unused import
1 parent beee018 commit 2e19c20

File tree

3 files changed

+12
-20
lines changed

3 files changed

+12
-20
lines changed

cmd/llgo/cppkg_cmd.gox

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
* See the License for the specific language governing permissions and limitations under the License.
1414
*/
1515

16-
import (
17-
"runtime"
18-
19-
self "github.com/goplus/llgo/xtool/cppkg"
20-
)
21-
2216
short "Manage C/C++ packages"
2317

2418
run => {

cmd/llgo/cppkg_install_cmd.gox

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*/
1515

1616
import (
17-
"runtime"
18-
1917
self "github.com/goplus/llgo/xtool/cppkg"
2018
)
2119

cmd/llgo/gop_autogen.go

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)