Skip to content

Commit

Permalink
Fix compilation bug for non hdfs build
Browse files Browse the repository at this point in the history
Summary:
the lzo code introduced a bug

Test Plan:
Testsuite

DiffCamp Revision: 113044
Reviewed By: pkhemani
CC: agiardullo, pkhemani, scribe-dev@lists
Revert Plan:
OK

git-svn-id: svn+ssh://tubbs/svnapps/fbomb/trunk/fbcode/scribe@27432 2248de34-8caa-4a3c-bc55-5e52d9d7b73a
  • Loading branch information
groys authored and groys committed Jun 7, 2010
1 parent a0f24e2 commit 80371dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HdfsFile.h
Expand Up @@ -75,6 +75,7 @@ class HdfsFile : public FileInterface {
void close() {};
bool write(const std::string& data) { return false; };
void flush() {};
void sync() {};
unsigned long fileSize() { return 0; };
bool readNext(std::string& _return) { return false; };
void deleteFile() {};
Expand Down

0 comments on commit 80371dc

Please sign in to comment.