aboutsummaryrefslogtreecommitdiff
path: root/examples/fc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fc')
-rw-r--r--examples/fc/main.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/fc/main.go b/examples/fc/main.go
deleted file mode 100644
index f4bf65d..0000000
--- a/examples/fc/main.go
+++ /dev/null
@@ -1,16 +0,0 @@
-package main
-
-import (
- "github.com/ava-labs/coreth/cmd/geth"
- "os"
-)
-
-func checkError(err error) {
- if err != nil {
- panic(err)
- }
-}
-
-func main() {
- geth.App.Run(os.Args)
-}