summaryrefslogtreecommitdiff
path: root/src/lib/job.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-11 19:53:20 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-11 19:53:20 +0100
commit491daf8790f35611052d8954d5d74df275dcda18 (patch)
tree2b9e5119d8cfd2c11d40176d150090d98d441939 /src/lib/job.h
parent9f2de5d90ceed509ece2263f2bba6764f31d4988 (diff)
Remove some left-over JSON bits.
Diffstat (limited to 'src/lib/job.h')
-rw-r--r--src/lib/job.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/job.h b/src/lib/job.h
index 5e3127dc1..97e3fc296 100644
--- a/src/lib/job.h
+++ b/src/lib/job.h
@@ -43,7 +43,6 @@ public:
/** @return user-readable name of this job */
virtual std::string name () const = 0;
- virtual std::string json_name () const = 0;
/** Run this job in the current thread. */
virtual void run () = 0;
@@ -65,7 +64,6 @@ public:
int elapsed_time () const;
virtual std::string status () const;
- std::string json_status () const;
std::string sub_name () const {
return _sub_name;
}