mirror of
https://github.com/Ascend/ascend-docker-runtime.git
synced 2025-10-18 04:20:36 +08:00
Match-id-63a2d5278bbd219223e2e3aba406814afd017522
This commit is contained in:
@@ -7,7 +7,6 @@ package main
|
||||
import (
|
||||
"bufio"
|
||||
"encoding/json"
|
||||
"flag"
|
||||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
@@ -364,7 +363,6 @@ func doPrestartHook() error {
|
||||
|
||||
func main() {
|
||||
log.SetPrefix(loggingPrefix)
|
||||
flag.Parse()
|
||||
|
||||
if err := doPrestartHook(); err != nil {
|
||||
log.Fatal(err)
|
||||
|
Reference in New Issue
Block a user