summaryrefslogtreecommitdiff
path: root/plugins/reload/watcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/reload/watcher.go')
-rw-r--r--plugins/reload/watcher.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/reload/watcher.go b/plugins/reload/watcher.go
index 8dde38de..1b3407e5 100644
--- a/plugins/reload/watcher.go
+++ b/plugins/reload/watcher.go
@@ -148,7 +148,6 @@ func ConvertIgnored(ignored []string) (map[string]struct{}, error) {
// pass map from outside
func (w *Watcher) retrieveFilesSingle(serviceName, path string) (map[string]os.FileInfo, error) {
- const op = errors.Op("watcher_retrieve_files_single")
stat, err := os.Stat(path)
if err != nil {
return nil, err