Skip to content

Commit 2ac7ab3

Browse files
committed
Remove unused method declaration.
1 parent 33f81ef commit 2ac7ab3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Firebase.h

+2-6
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ class Firebase {
3636
Firebase(const String& host);
3737
Firebase& auth(const String& auth);
3838

39-
// Fetch result at "path" to a local variable. If the value is too large you will exceed
40-
// local memory.
39+
// Fetch result at "path".
4140
FirebaseGetResult get(const String& path);
4241

4342
// Add new value to list at "path", will return child name of new item.
@@ -58,8 +57,7 @@ class Firebase {
5857
String auth_;
5958
};
6059

61-
62-
// Result from a Firebase call.
60+
// Base class for Results from a Firebase call.
6361
class FirebaseResult {
6462
public:
6563
// Constructor for error result.
@@ -145,8 +143,6 @@ class FirebaseEventStream {
145143
PATCH
146144
};
147145

148-
FirebaseEventStream(const String& host, const String& auth, const String& path);
149-
150146
// Read next event in stream.
151147
Event read(String& event);
152148

0 commit comments

Comments
 (0)