Commit 4ea611a8 authored by Gonzalo Gomez's avatar Gonzalo Gomez
Browse files

removed unused method declaration

parent 722f7db4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ class OutgoingValueInterface {
    virtual size_t size() const = 0;
    virtual bool TransferToSocket(int fd, int* err) const = 0;
    virtual bool ToString(std::string *result, int* err) const = 0;
    virtual int fd() {return -1;}
};

class OutgoingStringValue : public OutgoingValueInterface {