about summary refs log tree commit diff
path: root/src/libstore/store-api.hh
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-02-10T11·52-0500
committerShea Levy <shea@shealevy.com>2014-02-10T11·52-0500
commit38c3beac1a8ac9ddf4fdbbcafd400dabcf195076 (patch)
treee6b1d1f111c18d9d01a9ffa401d0e93568fa01ed /src/libstore/store-api.hh
parent16146031659eae475cd5933b8553b13d725ca436 (diff)
Move StoreApi::serve into opServe
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'src/libstore/store-api.hh')
-rw-r--r--src/libstore/store-api.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh
index f32824a3bb7c..a82fe3221639 100644
--- a/src/libstore/store-api.hh
+++ b/src/libstore/store-api.hh
@@ -248,10 +248,6 @@ public:
        `nix-store --register-validity'. */
     string makeValidityRegistration(const PathSet & paths,
         bool showDerivers, bool showHash);
-
-    /* Serve the store for ssh substituters by taking commands
-     * from in and printing results to out */
-    void serve(Source & in, BufferedSink & out);
 };