Skip to content

Commit

Permalink
refactor: remove internal command cpphash
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Jun 29, 2023
1 parent fe84a87 commit 6760648
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 255 deletions.
1 change: 0 additions & 1 deletion cmd/murphy/internal/internalcmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,6 @@ import "github.com/spf13/cobra"

func Cmd() *cobra.Command {
var c = &cobra.Command{Use: "internal", Hidden: true}
c.AddCommand(cppFileHashCmd())
c.AddCommand(machineidCmd())
c.AddCommand(scannerScanCmd())
return c
Expand Down
39 changes: 0 additions & 39 deletions cmd/murphy/internal/internalcmd/cpp_file_hash.go

This file was deleted.

147 changes: 0 additions & 147 deletions cpphasher/cpp_file_hash.go

This file was deleted.

22 changes: 0 additions & 22 deletions cpphasher/cpp_file_hash_test.go

This file was deleted.

10 changes: 0 additions & 10 deletions cpphasher/cxx_file_ext

This file was deleted.

11 changes: 0 additions & 11 deletions cpphasher/cxx_file_ext.go

This file was deleted.

8 changes: 0 additions & 8 deletions cpphasher/dirignore

This file was deleted.

17 changes: 0 additions & 17 deletions cpphasher/dirignore.go

This file was deleted.

0 comments on commit 6760648

Please sign in to comment.