From d810808b688c609b421f3af54248c88d827fc7f7 Mon Sep 17 00:00:00 2001
From: Renan DelValle <rdelval1@binghamton.edu>
Date: Wed, 24 Aug 2016 16:09:25 -0700
Subject: [PATCH] Fixing Realis interface so that realisClient can use it

---
 realis.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/realis.go b/realis.go
index e9d653b..92cfd5b 100644
--- a/realis.go
+++ b/realis.go
@@ -30,7 +30,6 @@ import (
 type Realis interface {
 	AbortJobUpdate(key *aurora.JobKey, updateId string, message string) (*aurora.Response, error)
 	AddInstances(instKey aurora.InstanceKey, count int32) (*aurora.Response, error)
-	ConfigSummary(instKey aurora.InstanceKey) (*aurora.TaskConfig, error)
 	CreateJob(auroraJob Job) (*aurora.Response, error)
 	FetchTaskConfig(instKey aurora.InstanceKey) (*aurora.TaskConfig, error)
 	KillJob(key *aurora.JobKey) (*aurora.Response, error)