Revert flag.Parse() addition

pull/5735/head
tstromberg 2019-10-25 14:48:15 -07:00
parent 9b2ce99723
commit 6f93e3fa9c
1 changed files with 0 additions and 3 deletions

View File

@ -17,7 +17,6 @@ limitations under the License.
package main
import (
"flag"
"log"
"os"
@ -25,8 +24,6 @@ import (
)
func main() {
flag.Parse()
if err := gvisor.Enable(); err != nil {
log.Print(err)
os.Exit(1)