Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ac7ab3

Browse files
committed
Remove unused method declaration.
1 parent33f81ef commit2ac7ab3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

‎Firebase.h

Lines changed: 2 additions & 6 deletions
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
FirebaseGetResultget(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
classFirebaseResult {
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
Eventread(String& event);
152148

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp