Skip to content

Commit

Permalink
Delete unused git_go file (#4730)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Apr 27, 2023
1 parent c93c822 commit 81c6a0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 114 deletions.
4 changes: 1 addition & 3 deletions cli/internal/scm/git_rust.go → cli/internal/scm/git.go
Expand Up @@ -4,13 +4,11 @@
// Adapted from https://github.com/thought-machine/please/tree/master/src/scm
// Copyright Thought Machine, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
//go:build rust
// +build rust

package scm

import (
"fmt"

"github.com/vercel/turbo/cli/internal/ffi"
"github.com/vercel/turbo/cli/internal/turbopath"
)
Expand Down
111 changes: 0 additions & 111 deletions cli/internal/scm/git_go.go

This file was deleted.

0 comments on commit 81c6a0a

Please sign in to comment.