diff options
Diffstat (limited to 'usr/gri/src/scope.go')
-rw-r--r-- | usr/gri/src/scope.go | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/usr/gri/src/scope.go b/usr/gri/src/scope.go deleted file mode 100644 index 13a14ce49..000000000 --- a/usr/gri/src/scope.go +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright 2009 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package Scope - -import Globals "Globals" - -type Scope Globals.Scope - -func New(parent *Scope) *Scope { - panic "UNIMPLEMENTED"; - return nil; -} |