Remove unused code (#797)

* delete empty code files

* delete outdated readme

* delete unused code

* dedup license
This commit is contained in:
6543
2022-02-25 21:42:45 +01:00
committed by GitHub
parent e33fd13468
commit 8ae124d5e6
22 changed files with 0 additions and 362 deletions

View File

@@ -1,22 +0,0 @@
// Copyright 2018 Drone.IO Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package session
import (
"testing"
)
func TestSetPerm(t *testing.T) {
}